Forum Discussion
unnijoy
6 years agoPost Prodigy
YTD Attrition
I am trying to find the YTD Attrion. Below is the Sample data. I tried using Total YTD and DatesYTD function But these are not gving me the correct values. Please help. Month Attrition Jan...
- Anonymous6 years ago
Hi unnijoy ,
Do you want to calculate an accumulated result?
If yes, Plesae try the below measure:
measure = calculate(sum(value),filter(all(date),date <= max(date)))
Aiolos Zhao
Ashish_Mathur
6 years agoSuper User