hmltnangel
Active Member
- Joined
- Aug 25, 2010
- Messages
- 290
- Office Version
- 365
- Platform
- Windows
OK, bit of an odd one here. Everything seems to work on my PowerBI file except for one thing.
I have a Table - with a column for average staff in each office. There is a PBI Measure - Corrected Average - which basically sums the averages to give a Total Average for the Country.
Corrected Average = sum(Headcounts[Headcount Average])
There is also a table for all leavers in the business. I also have another measure, which works out the percentage of leavers against the total average staff
ATTRITION V1 = Divide(counta(Terminations[Emplid]),(headcounts[corrected average]))
Now, to show the leaver percentages, I have some cards, which show the leaver percentages as follows:
Card 1 - Total Leavers
Card 2 - Type 1 Leavers
Card 3 - Type 2 Leavers
Now this is where it gets interesting: The percentages are as follows:
Card 1 - 21.003% (229 leavers)
Card 2 - 17.333% (189 Leavers)
Card 3 - 3.877% (40 leavers)
Total Average Staff is 1090
Now, correct me if I am wrong, but 3.877+17.333 is not equal to 21.003? I cannot find anything to cause this. Any suggestions? I am stumped
I have a Table - with a column for average staff in each office. There is a PBI Measure - Corrected Average - which basically sums the averages to give a Total Average for the Country.
Corrected Average = sum(Headcounts[Headcount Average])
There is also a table for all leavers in the business. I also have another measure, which works out the percentage of leavers against the total average staff
ATTRITION V1 = Divide(counta(Terminations[Emplid]),(headcounts[corrected average]))
Now, to show the leaver percentages, I have some cards, which show the leaver percentages as follows:
Card 1 - Total Leavers
Card 2 - Type 1 Leavers
Card 3 - Type 2 Leavers
Now this is where it gets interesting: The percentages are as follows:
Card 1 - 21.003% (229 leavers)
Card 2 - 17.333% (189 Leavers)
Card 3 - 3.877% (40 leavers)
Total Average Staff is 1090
Now, correct me if I am wrong, but 3.877+17.333 is not equal to 21.003? I cannot find anything to cause this. Any suggestions? I am stumped