Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I would like to have a measure that presents a rolling total of Actual Labour (in the past) AND Future Planned Labour.
We have a FactLabour table w/ actual labour and a m:1 relationship with DimDate
We have a FactPlannedLabour table /w planned labour and a m:1 relationship with DimDate
I would like to present in a line graph, with the date as the x axis, one line that shows rolling totals of actual labour amounts for days passed, and planned labour amounts for future dates.
I have measures to calculate the rolling total sum of actuals and planned based on date. I want these to be combined in essence:
So how can I calulate this? I tried the measure below, but I recognize it won't work as the planned portion will not sum the actual labour.
See if you can adapt the solution in the post below. It uses a blended measure that sums the two underlying measures, using Actual when available and Forecast for the remainder.
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.