Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I am trying to show the cumulative net sales but as you look at the date, the numbers are in descending order. It should be in ascending order because after each date the sales numbers increase. Is there a formula to fix this?
Solved! Go to Solution.
Hi @Anonymous ,
Use the following measure to calculate the cummultive Sales:
Measure= CALCULATE([New Sales - Actual CP ], FILTER(ALLSELECTED(Dim InvoiceDate [Invoice_Date]), Dim InvoiceDate [Invoice_Date] <= MAX(Dim InvoiceDate [Invoice_Date])))
Mark this as a solution, if I answered your question. Kudos are always appreciated.
Thanks!
Hi @Anonymous ,
Use the following measure to calculate the cummultive Sales:
Measure= CALCULATE([New Sales - Actual CP ], FILTER(ALLSELECTED(Dim InvoiceDate [Invoice_Date]), Dim InvoiceDate [Invoice_Date] <= MAX(Dim InvoiceDate [Invoice_Date])))
Mark this as a solution, if I answered your question. Kudos are always appreciated.
Thanks!
God blessssssssss you!!!!!!!!!!
I need to have you on speed dial 😋
Happy to help!
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!