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
I have line chart with % forecast variances for three programs and I would like to add % variance for all organisation. Forecast variances are measures based on forecasted values and actuals. Each programs have several units and I want to keep in dinamic. Below example is just to picture problem as I cannot publish actual companie's data. Do you think adding forecast variance line for all organisation is possible?
Solved! Go to Solution.
I found solution by changing approach. Addidng it here as it might be helpfull. I created separate measures for each program and then created line chart with no legend but with four measures in values.
X Forecast var % = CALCULATE([Forecast var %], Programs[Program]="X")
Y Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Y")
Z Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Z")
I found solution by changing approach. Addidng it here as it might be helpfull. I created separate measures for each program and then created line chart with no legend but with four measures in values.
X Forecast var % = CALCULATE([Forecast var %], Programs[Program]="X")
Y Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Y")
Z Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Z")
With line you do not have option to use secondary axis, when you use legend. So I doubt that
Thank you for your answer. Do you happen to know different way I could use to show variances for programs and all organisation? Maybe something from "get more visuals"?
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!