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
Hi guys,
I have two tables, Forecast and Sales. Based on FORECAST PLANNING MONTH column, I would like to show to Total like this.
Sample data is in uploaded PBIX.
Thank you in advance for looking into this. Need this asap please!
I _think_ this is what you want but the numbers don't match. Please validate.
Act + Fcst =
var p = SELECTEDVALUE('Sales Forecast'[Forecast Planning Month])
var s = SELECTEDVALUE('Sales Forecast'[Sales Forecast Month])
return switch(TRUE(),
HASONEVALUE('Sales Forecast'[Sales Forecast Month]) && s = EDATE(p,1),CALCULATE(sum('Actual Sales'[Actual Sales Qty]),ALL(dimDate),dimDate[Start of Month]<=s),
HASONEVALUE('Sales Forecast'[Sales Forecast Month]),sum('Sales Forecast'[Sales Forecast Qty]),
var m = min('Sales Forecast'[Sales Forecast Month]) return CALCULATE(sum('Actual Sales'[Actual Sales Qty]),ALL(dimDate),dimDate[Start of Month]<=m)+CALCULATE(sum('Sales Forecast'[Sales Forecast Qty]),'Sales Forecast'[Sales Forecast Month]>m))
@lbendlin Thanks you much for sending the solution.
Sorry for not being clear but I want to show Forecast values in the table and ONLY change the total (forecast + actuals).
Like red boxes below:
You can change the measure accordingly (remove the first option in the switch)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |