Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |