Power-BI-AdventureWorks-Sales-Performance-Dashboard

Power BI ‘AdventureWorks’ Sales Performance Dashboard

Overview

This repository contains a Power BI project that analyzes and visualizes sales performance data for a fictional bike retail company. The dashboard provides insights into sales trends, top-performing products, and regional performance, helping stakeholders and executives to make data-driven decisions.

Power BI Exec page

Features

📁 Files in the Repository

📊 Data Sources

The data used in this project comes from the attached csv files:

📋 Requirements

▶️ Getting Started

To run this Power BI project locally:

  1. Clone the repository:
    git clone https://github.com/YourUsername/Power-BI-Sales-Dashboard.git
    
  2. Open the Sales_Performance_Dashboard.pbix file in Power BI Desktop.

  3. Ensure that the data source paths are correct. If needed, modify the data connections in the Transform Data tab to point to the correct file locations.

  4. Refresh the data to load the latest data from sales_data.xlsx.

  5. Explore the dashboard and interact with the visualizations.

⚙️Dashboard Walkthrough

  1. Data Cleaning: The raw data was cleaned using Power BI’s Power Query Editor, ensuring that all records are complete and formatted properly.
  2. Data Modeling: Relationships were created between sales, customers, and product tables to allow for effective slicing and dicing of the data.
  3. DAX Calculations: Custom measures were created using DAX (Data Analysis Expressions) to compute KPIs like total revenue, profit margin, and average customer value.
  4. Visualization: Multiple Power BI visualizations were used, including bar charts, line graphs, maps, and tables to represent different facets of the data.