Forum Discussion
Anonymous
7 years agoNot applicable
Cummulative DAX
Hi everyone
Someone can help me.... I try to do a DAX formula to calculate the cummulative figure per date and I cann't.... y try with this formula:
Cummulative Figure = CALCULATE(SUM(Applications[2018]); FILTER(all(Applications); Applications[2018] = LASTDATE(Applications[Date])); values (Applications[2018]))
Thanks for the help
- Anonymous7 years ago
Sorry, it would be either >= or <=. Try both of those.
3 Replies
- AnonymousNot applicable
change '=' to '=>' and see if that works.
- AnonymousNot applicable
Dear Anonymous Thx for the answer, nut it doesn't work...
I only change the name of the column...
- AnonymousNot applicable
Sorry, it would be either >= or <=. Try both of those.