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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Community,
depending on the the date my "demand" meassure either equals Actuals or a Forecast. The meassure works fine but the total is not summing up the demand but instead only shows first weeks result. If I select a future quarter or historical quarter the Sum is correct. The error only appears in the current quarter where the total of demand meassure can be a combination of forecast and Actuals. Any idea or suggestion how I can fix this so the current quarter sums up entire demand measure?
demand meassure:
demand = If((TODAY()-7)>FIRSTNONBLANK(Sheet1[Period Start],Sheet1[Period Start]),[Actuals U],[Final demand])
Snapshot of total Demand.
Many Thanks
Solved! Go to Solution.
@schmere , Try a measure
sumx(values(Sheet1[Date]), demand = If((TODAY()-7)>FIRSTNONBLANK(Sheet1[Period Start],Sheet1[Period Start]),[Actuals U],[Final demand]))
@schmere , Try a measure
sumx(values(Sheet1[Date]), demand = If((TODAY()-7)>FIRSTNONBLANK(Sheet1[Period Start],Sheet1[Period Start]),[Actuals U],[Final demand]))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 69 | |
| 50 | |
| 46 |