Forum Discussion
Syndicate_Admin
Administrator
4 years agoAccumulated 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...
- 4 years ago
I achieved this with:
ACCUMULATED = TOTALYTD([Boxes Sold],Calendar[Date])
jgeddes
Super User
4 years agoAre you expecting the result to look like...
Syndicate_Admin
Administrator
4 years agoYes, that's what I hope