Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am trying to use cumulative sum but I am not getting any results. I select a year and a month and the fields with the formula appear blank. I have values for all the fields..Can you help?
I have two formulas
cumulative sum=
cumulative sum 2=
Solved! Go to Solution.
Thank you but I already solve it. I had to create a date table in order to work.
Hi @Anonymous
Try the below.
cumulative sum=
CALCULATE (
SUM ( vwExecucaoMensalItem[BudgetPurchaseValue] );
FILTER (
ALL ( vwExecucaoMensalItem );
vwExecucaoMensalItem[Date] <= MAX ( vwExecucaoMensalItem[Date])
)
)
Regards,
Mariusz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I already try but it doesn't give the right results... 😕
Hi @Anonymous ,
If you can please share a pbix file with some sample data for test. It is hard to test without any detail information.
Regards,
Xiaoxin Sheng
Thank you but I already solve it. I had to create a date table in order to work.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |