About this project
Dataset Description
The dataset combines HR data (attrition, employees) and operational performance data
(delivery & preparation work). It is likely sourced from HRIS (Human Resource Information Systems),
Project Management Tools, and Operational Logs.
Work Process
Here’s a high-level workflow for building this dashboard:
Data Collection
HR data: Extract from HRIS system (e.g., SAP SuccessFactors, Workday).
Operations data: Extract from task/project management tools (Power BI).
Standardize into a single data warehouse (SQL, Excel, Power BI model).
Data Transformation Clean and normalize channel names.
Clean data (normalize roles, education, regions).
Create calculated fields:
Attrition Rate = Attrited ÷ Total Employees
Active Employees = Total – Attrited
Delivery Qty = Completed Deliverables
Blocker % = Blocked Deliveries ÷ Total Deliveries
Aggregate by Department, Region, Month, Job Role.
Dashboard Development
Tool: Power BI (given style and visuals).
Page 1 (Attrition Dashboard):
KPI cards, pie/bar charts for attrition by different factors.
Page 2 (Weekly Staff Performance):
KPI cards, monthly trends, blocker analysis, region-wise breakdown.
Validation & Testing
Cross-check with HR reports (headcount, attrition).
Verify delivery numbers with operational logs.
Validate blocker definitions with project managers.
Deployment
Publish dashboard for HR & Operations leadership.
Schedule weekly refresh for operational data, monthly refresh for HR data.
Used for decision-making on staffing needs, attrition reduction, and workload planning.
✅ Summary:
This combined dashboard provides a holistic view of workforce and operations.
Page 1: Focuses on HR analytics (attrition, employee demographics).
Page 2: Focuses on operational performance (delivery, blockers, demand codes).
Together, they allow management to balance workforce capacity with business delivery performance.
github