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! Request now
Hi,
I have a measure (Measure1) that is working perfectly as the column in the line/column combo chart to give the forecasted utilisation of each area. I tired to create a 2nd measure that I was going to use as a line on the chart (set up to just display the data label) to call out where the forecasted utilisation is over 100%. This wouldn't work but I tracked the issue back to the original measure. If I use Measure1 as the line it seems to ignore the areas and calculate an overall utilisation % instead of utilisation by area. See below graphs where the utilisation is calculating as 112% for Fri, Dec 11 when used as a column but 18% if the measure is used as the line. Does anyone know where I am going wrong?
Note: I only have one area displaying at the moment, there will be 4 areas per day
Measure1:
ForecastedUtilisation% = sum(Table1[Est_TotalMinutes]) / MAX(Table2[MinsPerDay])
Measure2:
TargetUtilisationHighlight = if ( [ForecastedUtilisation%] > 1, [ForecastedUtilisation%], 0)
Measure1 used as a bar:
Measure1 used as a line:
It seems there isn't any data for Dec 10 so it's not drawing a line
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.