March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
Can someone please help with my problem
Im trying to find the cumulative running total for each month, i.e. Cumulative for sept is 100 then oct as 240...
I know how to do the cumulative with Earlier - which is
The data is as follows:
Month | Revenue | Cumulative |
Sept | 100 | |
Oct | 140 | |
Nov | 100 | |
Dec | 200 | |
Jan | 200 | |
Feb | 232 | |
Mar | 231 | |
April | 123 | |
May | 123 | |
June | 543 | |
July | 211 | |
Aug | 432 |
Solved! Go to Solution.
Try adding something, either a calculated column or a separate table you can relate to your current data, that assigns the value 1 to Sept, 2 to Oct etc, which you can then order by and utilise in your formula
If you have a dedicated date table and it is marked as such, you can use the builtin time-intelligence:
TOTALYTD Measure Here= /*------------------------------------------------------------------------- 'Simple calculation when do not need further complex filtering' 'Use the Date/Calendar Table and Date Key' 'Be sure that the Date Table is set as a date table' --------------------------------------------------------------------------*/ TOTALYTD ( [Measure Here] , Date[DateKey] ',Optional Fiscal Year End')
Try adding something, either a calculated column or a separate table you can relate to your current data, that assigns the value 1 to Sept, 2 to Oct etc, which you can then order by and utilise in your formula
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |