Forum Discussion
Anonymous
4 years agoNot applicable
Forward Forecast (Moving Average) based on Cumulative Count Measure
Hi everyone, I've created a measure that calculates the cumulative count of hires and terminations in order to calculate the headcount (hires minus terminations): HiredStaff =
CALCULATE (
...
- 4 years ago
Hi Anonymous
Thanks for your reply.
I find the formula it uses involves recursion. However, DAX language doesn't support recursion.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
v-xiaotang
Community Support
4 years agoHi Anonymous
Yes, it's impossible to calculate the value involves recursion with DAX. Besides, you can click Close button, then the file will open.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Thanks v-xiaotang !