Forum Discussion
Employee Turnover Calculation
Hi everyone,
I'm new here and hope you can support me on this.
I'd like to achieve a result where i can be able to see Employee (Staff)Turnover in monthly, quarterly and yearly basis.
Can you please help me with the DAX formula or other possible way to achieve this?
Much appreciated,
E
My flat data looks like this
And i'd like to achieve something like this:
Hi Egemeny
You could create new measures with DAX function "TOTALMTD","TOTALQTD","TOTALYTD" to evaluate the "month to date", "quarter to date" "year-to-date" value of the expression in the current context.
There is a quick way by new quick measure.
Select three dots of a table and select "new quick measure", from the pop window, select Time Intelligence->year-to date total,,ect.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- parry2kSuper User
Egemeny welcome, please read this post to get your answer quickly
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- v-juanli-msftCommunity Support
Hi Egemeny
You could create new measures with DAX function "TOTALMTD","TOTALQTD","TOTALYTD" to evaluate the "month to date", "quarter to date" "year-to-date" value of the expression in the current context.
There is a quick way by new quick measure.
Select three dots of a table and select "new quick measure", from the pop window, select Time Intelligence->year-to date total,,ect.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.