Forum Discussion

aidaamieira's avatar
aidaamieira
New Member
2 years ago
Solved

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...
  • sergej_og's avatar
    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