Hello Ashish,
I ask to compute attrition rate from two different data sources. I have 2 different sources:
1st: employee headcount (one row per employee) which has all employee details such as Name, ID, Date of Joining, Supervisor name, Department etc.
2nd: showing data for employees who resigned
I need to compute the attrition rate for selected Group and selected months. Groups and months will be selected from slicers.
the attrition function is: Sum of Leavers / Average monthly Headcount
I ran a query but unfortunately, I got non-accurate findings: e.g
For "Sales" Group From "Jan: Mar", I had 62 Leaver Count / 160 Average Headcount.
the result will be: 38.74% and the Query calculation is: 142.04 %
gratefully,
I ask to compute attrition rate from two different data sources. I have 2 different sources:
1st: employee headcount (one row per employee) which has all employee details such as Name, ID, Date of Joining, Supervisor name, Department etc.
2nd: showing data for employees who resigned
I need to compute the attrition rate for selected Group and selected months. Groups and months will be selected from slicers.
the attrition function is: Sum of Leavers / Average monthly Headcount
I ran a query but unfortunately, I got non-accurate findings: e.g
For "Sales" Group From "Jan: Mar", I had 62 Leaver Count / 160 Average Headcount.
the result will be: 38.74% and the Query calculation is: 142.04 %
gratefully,