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.

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:
- Clone the repository:
git clone https://github.com/YourUsername/Power-BI-Sales-Dashboard.git
-
Open the Sales_Performance_Dashboard.pbix file in Power BI Desktop.
-
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.
-
Refresh the data to load the latest data from sales_data.xlsx.
- Explore the dashboard and interact with the visualizations.
⚙️Dashboard Walkthrough
- Navigation panel on the left side of every page
Executive Overview:
- Total revenue, profit, sales, and return rate.
- Revenue trend by week with dynamic filters for year.
- Orders by product Category with custom tooltip.
- Monthly KPIs
- Product detail table with additional metrics.
- Top performed products.
Regional Sales:
- Map visualization showing sales by state and city.
- Custom slicer for continents.
- Breakdown of specific product by revenue, order and profit gauge chart.
- Filter profit by price and price adjustments to analyze performance over the years.
- Interactive metric-over-year comparison to track growth.
Customer Insights:
- Some customer related information with additional line chart to measure trends over the years.
- Analyze customer segmentation by name, total orders and revenue.
- Additional detail about top customer.
- Visualize sales by income and occupation on donut chart.
🚀 Project Methodology
- Data Cleaning: The raw data was cleaned using Power BI’s Power Query Editor, ensuring that all records are complete and formatted properly.
- Data Modeling: Relationships were created between sales, customers, and product tables to allow for effective slicing and dicing of the data.
- DAX Calculations: Custom measures were created using DAX (Data Analysis Expressions) to compute KPIs like total revenue, profit margin, and average customer value.
- Visualization: Multiple Power BI visualizations were used, including bar charts, line graphs, maps, and tables to represent different facets of the data.