Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernangasca/sales-kpi-s
Power BI project showcasing key performance indicators (KPIs) for sales data. The dashboard provides a detailed view of sales metrics, outlet performance, item types, and trends over time.
https://github.com/hernangasca/sales-kpi-s
dax-functions dax-languague finance powerbi sales-analysis
Last synced: about 1 month ago
JSON representation
Power BI project showcasing key performance indicators (KPIs) for sales data. The dashboard provides a detailed view of sales metrics, outlet performance, item types, and trends over time.
- Host: GitHub
- URL: https://github.com/hernangasca/sales-kpi-s
- Owner: hernangasca
- Created: 2024-11-21T23:46:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T23:51:04.000Z (about 1 month ago)
- Last Synced: 2024-11-22T00:25:37.780Z (about 1 month ago)
- Topics: dax-functions, dax-languague, finance, powerbi, sales-analysis
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Power BI Dashboard: Sales KPIs
This repository contains a Power BI project showcasing key performance indicators (KPIs) for sales data. The dashboard provides a detailed view of sales metrics, outlet performance, item types, and trends over time.
## 🚀 Features
### Key Metrics
Differ on Filter Panel as much as abroad further analysis.
- **Total Sales:** $1.2M
- **Average Sales:** $141
- **Number of Items Sold:** 8,523
- **Average Rating:** 3.9### Insights Provided
- **Sales by Fat Content:** Breakdown of sales between Low Fat and Regular products.
- **Performance by Outlet Type and Size:** Analysis of sales and items sold based on outlet type and location tier.
- **Trends Over Time:** Visualization of sales performance from 2010 to 2020.
- **Item Type Contribution:** Sales distribution across various product categories.---
## 📊 Screenshots
### KPI Overview
![image](https://github.com/user-attachments/assets/a76787bc-faa9-47c5-84ec-66181fb90629)### Fat Content Analysis
![image](https://github.com/user-attachments/assets/05b00716-9b7e-4d4a-8b82-969ec26b37b9)### Sales by Outlet Type
![image](https://github.com/user-attachments/assets/c17e2ca0-1676-4678-b541-2cbff424f77f)### Item Type Breakdown
![image](https://github.com/user-attachments/assets/e7ed8be2-6935-4dd8-8b10-e3884d74819b)---
## 🛠️ Tools and Technologies
- **Power BI:** For creating interactive dashboards.
- **Power Query:** For cleaning and transforming data.
- **DAX (Data Analysis Expressions):** For custom calculations and measures.---
## 📂 Project Structure
```plaintext
├── Dataset/
│ ├── sales_data.csv
│ ├── outlets_data.xlsx
├── PowerBI_File/
│ ├── Sales_KPI_Dashboard.pbix
├── README.md