This Power BI project analyzes the AdventureWorks dataset to uncover key business insights related to sales performance, customer demographics, and product categories. It simulates a real-world business intelligence dashboard used by decision-makers to track KPIs and optimize strategies.
To create an interactive and dynamic Power BI dashboard using the AdventureWorks dataset, focusing on:
- Sales performance by region, product, and time
- Customer segmentation
- Product category trends
- Profitability analysis
- Source: Microsoft AdventureWorks (sample database)
- Data Size: Multiple tables (Sales, Customers, Products, Geography, Calendar)
- Data Type: Relational data
- Data imported using Power Query
- Relationships defined in the data model
- Created custom columns and measures using DAX
- Cleaned and transformed tables (e.g., formatted dates, handled missing values)
- π Sales by Country and State (Map)
- π Monthly Revenue Trend (Line Chart)
- π― Top 10 Products by Sales
- π€ Customer Demographics (Age Group, Gender)
- π¦ Product Category Profitability
- π KPIs: Total Sales, Profit, Orders
- Power BI Desktop
- DAX (Data Analysis Expressions)
- Power Query
- Git & GitHub
| File Name | Description |
|---|---|
AdventureWorks1.pbix |
Main Power BI report |
README.md |
Project description |
- π LinkedIn
- Add forecasting with Power BI's analytics pane
- Integrate with R or Python scripts