Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Cumulative sales monthly and yearly

Hi,

 

I want to create a chart which shows the cumulative sales of an order table with the month on the axis and my year on the legend.

Currently, I have the following formula to calculate the cumulative 

Cumulative sales = CALCULATE(SUM(orders[Sales Value]);FILTER(ALL('Date');'Date'[Date] <= MAX('Date'[Date])))

But when I create the visual. I get this: Knipsel.PNG 

So it should reset every year but instead continues to count.

 

Any help?

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi muren,

 

Modify your measure using DAX below and check if the issue can be resolved:

Cumulative sales =
TOTALYTD ( SUM ( orders[Sales Value] ), Date[Date] )

Regards,

Jimmy Tao

 

View solution in original post

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

Hi muren,

 

Modify your measure using DAX below and check if the issue can be resolved:

Cumulative sales =
TOTALYTD ( SUM ( orders[Sales Value] ), Date[Date] )

Regards,

Jimmy Tao

 

Anonymous
Not applicable

Thank you, it was the solution I searched for

Hi @Anonymous

 

use the Quick measure "Year-to-date total".

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.