Forum Discussion
aidaamieira
2 years agoNew Member
cumulative calculation
Hi, I need help with the following: I have a database with quarterly results, my objective is to present the quarterly and accumulated results, that is, whoever consults the dashboard could cons...
- 2 years ago
Hey aidaamieira,
what about TOTALYTD formula?
Smtg like this Acc = TOTALYTD(your measure, Calendar[Date])
Have you already played around with it?
Regards
sergej_og
2 years agoSuper User
Hey aidaamieira,
what about TOTALYTD formula?
Smtg like this Acc = TOTALYTD(your measure, Calendar[Date])
Have you already played around with it?
Regards
aidaamieira
2 years agoNew Member
Thank you sergej_og