The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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:
So it should reset every year but instead continues to count.
Any help?
Solved! Go to Solution.
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
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
Thank you, it was the solution I searched for
Hi @Anonymous
use the Quick measure "Year-to-date total".
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 - Power BI Tutorials
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
71 | |
51 | |
50 |
User | Count |
---|---|
123 | |
119 | |
76 | |
64 | |
60 |