The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi PowerBi Community,
I encoutered a problem with the format of the native "Running Total" function of Power Bi as below:
For demonstration, I created a pivot table with the cumulative cashflow of each producttype as my final objective.
Considering PNL, there is no data for M1, M2, and M3, thus the value keeps remaining as 100 until M4 (similar for M4 and M5).
In PowerBI, I use its native function to pursue the same result:
As the result, I obtain:
As you can see, there is no data for M1, M2, M3, and M5. It should be 100 100 100 and 200 at those cells.
I would like to know whether you guys can help me with this issue.
The testing files are here: https://www.dropbox.com/sh/hm4reowa12jzfzl/AADOdwUnfTAHDu6EysJ5qHpCa?dl=0
FYI: PowerBI cannot sort the bucket automatically so I created another column (MappingBucketOrder) as index to sort it.
Thank you so much in advance.
Solved! Go to Solution.
Hi @Vividodo
try to recreate your quick measure, but this time use BucketOrder[Bucket] as field instead of Data[Bucket]. Also make sure you use BucketOrder[Bucket] on the columns of your matrix.
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
Thank you for your solution and sorry for the previous misleading.
Cheers,
Vividodo