Skip to content

diegoporto10/hr-analytics-attrition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HR Analytics — Attrition & Tenure (Power BI)

Live artifacts

Highlights

  • Overall attrition 16.1% (n=1,470); Attrition Count: 237
  • Key drivers: Overtime (30.5%), Travel Frequently (24.9%), Early Tenure <1y (36.4%)
  • Estimated Cost of Attrition ≈ $3.08M (assumes 2 months of salary to replace)
  • Quick wins: Overtime guardrails, travel relief, early-tenure onboarding, role-specific playbooks

Full case study: docs/case-study.md


Tech

  • Power BI (Power Query + DAX)
  • Single-table model; calculated groups for Age and Tenure
  • Key measures: Attrition Count, Attrition Rate, Overall Attrition Rate, Cost of Attrition (est), and Bar Color (Risk) for above-average highlighting
Attrition Count :=
COUNTROWS(FILTER('HRData','HRData'[Attrition] = "Yes"))

About

HR Analytics — Attrition & Tenure (Power BI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors