An open API service indexing awesome lists of open source software.

https://github.com/bektade/powerbi-project

PowerBI
https://github.com/bektade/powerbi-project

data powerbi visualization

Last synced: 3 months ago
JSON representation

PowerBI

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.

Data Model

---

## Dashboards

### 1. CFO Dashboard

**Purpose**: Track business trends over time.

- Total sales and product quantities.
- Filters: Time and customer country.

CFO Dashboard

---

### 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.

Sales Dashboard

---

### 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.

Discount Analysis

---

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