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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I could really use some help with a visual I'm working on. I'm looking to show the actual spend, forecasted spend, monthly delta, and the cumulative delta throughout the year. The chart below has all of the data elements except for the cumulative total.
The actual value and forecast value are a part of my base data set. I've created a measure to track the absolute delta. I used the below formula:
Solved! Go to Solution.
Hi @vonckk ,
Try using SUMX() function.
Measure = ABS(SUM('Table'[value1])-SUM('Table'[value2]))
Measure 2 = SUMX(FILTER(ALLSELECTED('Table'),'Table'[date]<=MAX('Table'[date])),[Measure])
Best Regards,
Jay
Hi @vonckk ,
Try using SUMX() function.
Measure = ABS(SUM('Table'[value1])-SUM('Table'[value2]))
Measure 2 = SUMX(FILTER(ALLSELECTED('Table'),'Table'[date]<=MAX('Table'[date])),[Measure])
Best Regards,
Jay
Proud to be a Super User!
vanessafvg, see below:
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |