From 7eef1a513380debd99c450b0361105265464c908 Mon Sep 17 00:00:00 2001 From: Khetab Walid Date: Mon, 29 Sep 2025 10:31:06 +0200 Subject: [PATCH] Fix: Correct typos and remove redundant header in README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6695b..c12e75d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,25 @@ HR Data Analytics portfolio project that deals with HR KPIs like Performance tra ![](https://github.com/Pandey-Adarsh/HR-Analytics-PowerBI/blob/main/Visualization%20(Screenshots)/4.%20HR%20Analytics%20Project%20Attrition.png) -###### Note: The PowerBI online publishing link isn't available right now because of subscription issues. I'll add that online link soon, so anyone can open it and interact with it as the whole thing is very dynamic. +--- +## HR Department KPIs + + +Below is a classification of the new HR KPIs by dashboard section: + +| KPI Name | Description | Dashboard Section | +|----------------------------------|-----------------------------------------------------------------------------|----------------------| +| Internal Mobility Rate | % of employees who changed roles (YearsInMostRecentRole < YearsAtCompany) | Overview | +| Promotion Rate | % of employees promoted in the last year (YearsSinceLastPromotion = 0) | Overview | +| Average Salary by Department/Role| Mean Salary grouped by Department or JobRole | Overview | +| Average Distance from Home | Mean of DistanceFromHome (KM) | Demographics | +| Education Level Distribution | Count or % of employees by Education | Demographics | +| Stock Option Participation Rate | % of employees with StockOptionLevel > 0 | Overview | +| New Hire Rate | % of employees hired in the last year (based on HireDate) | Attrition | + +These KPIs help provide actionable insights for HR decision-making and are visualized in the Power BI dashboard. + + +# HR_Analytics_KPI