https://github.com/bektade/powerbi-project
PowerBI
https://github.com/bektade/powerbi-project
data powerbi visualization
Last synced: 3 months ago
JSON representation
PowerBI
- Host: GitHub
- URL: https://github.com/bektade/powerbi-project
- Owner: bektade
- Created: 2024-12-19T20:32:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T20:55:33.000Z (over 1 year ago)
- Last Synced: 2025-08-16T10:52:54.028Z (10 months ago)
- Topics: data, powerbi, visualization
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Power BI Project: Sales Analysis Dashboard
This project demonstrates sales data analysis using Power BI, integrating cloud-based data sources, and creating interactive dashboards for business insights.
---
## Key Features
- **Cloud Integration**: Data sourced from Azure Storage (`FACT_OrderDetails.csv`) and SQL Server (Customer table).
- **Data Modeling**: `1:many` relationship between Customers and Order Details using `CustomerID`.
- **Calculated Column**: Added `TotalSale` in `FACT_OrderDetails` for revenue analysis.

---
## Dashboards
### 1. CFO Dashboard
**Purpose**: Track business trends over time.
- Total sales and product quantities.
- Filters: Time and customer country.

---
### 2. Sales Performance
**Purpose**: Identify top-performing customers and countries.
- Country-wise and customer-wise performance.
- Detailed order information (date, quantity, discount, total sales).
- Filters: Time and customer country.

---
### 3. Discount Analysis
**Purpose**: Assess discount patterns and impact on profitability.
- Average discount, total sales, and customer count by country.
- Interactive table for order metrics by customer and country.
- Filters: Time and country.

---
This project showcases skills in data integration, modeling, and visualization to deliver actionable insights.