๐ผ Employee Sales Dashboard using Power BI
(https://github.com/Ashokkumarrk/Employee_Data_Sales_Dashboard)
๐ Project Overview
This project is an Employee Sales Dashboard built using Power BI, designed to visualize employee performance and sales trends across departments.
It helps businesses make data-driven decisions by identifying top performers and analyzing sales growth patterns.
โ Tools & Technologies Used
- Power BI โ for dashboard design and DAX measures
- Excel / CSV dataset โ for employee sales data
- Power Query โ for data transformation and cleaning
- DAX โ for calculated columns and KPIs
๐งฉ Dashboard Features
- ๐จโ๐ผ Employee performance by department
- ๐ฐ Sales revenue trends (monthly/quarterly/yearly)
- ๐ Top-performing employees
- ๐ Department-wise total sales comparison
- ๐ Filters for department, region, and performance level
๐งฎ Key DAX Measures
DAX
Total Sales = SUM(Sales[Amount])
Average Sales = AVERAGE(Sales[Amount])
Total Employees = DISTINCTCOUNT(Employee[EmployeeID])
Performance Score = DIVIDE(SUM(Sales[Amount]), [Average Sales])
Top comments (0)