Forum Discussion
Employee T/O measures
Hi I need some help - I am doing a dashboard and one of the things I need to do is get the T/O percentage of employees who have resigned by average current employees - this is what I have got so far
8 Replies
- Fowmy
Super User
Michalison
Without data and the expected results, it a bit hard to propose a solution. any how can you try this and revert.CountResignations = VAR _DATE = DATE ( 2021, 1, 1 ) RETURN CALCULATE ( COUNTROWS ( Personnel_Records ), 'Personnel_Records'[Resignation] = 1, 'Personnel_Records'[Leaving Date] > _DATE )- Michalison
Helper II
Yes I will try this and see if there is a difference thank you
- AnonymousNot applicable
Looks correct, Did you test with some data ?
- Michalison
Helper II
Yes I did and I think it is correct only it is not showing as percentages and as I am teaching myself I was not confident I had done it correctly - below is the chart
- AnonymousNot applicable
There is an option to show values as %, Did you try that ?
- Michalison
Helper II
No I couldnt find an option that allows you to change it to percentages
- AnonymousNot applicable
Pls use this option :