Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

Accumulated sum goes wrong

Hello! I have a "Product Sale" table with a "Total Boxes" column I try to add the accumulated "Total Boxes" per month, I tried with the following function: but it goes wrong. ACCUMULATED = CAL...
  • Syndicate_Admin's avatar
    4 years ago

    I achieved this with:

    ACCUMULATED = TOTALYTD([Boxes Sold],Calendar[Date])