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 all,
I am trying to set a static target line on following combo chart:
X-axis is filtered to last 6 months.
I would like to add a 85% target line on the chart but:
The measure is displayed for all months (01/2016 to 12/2020).
I guess ther is some kind of filter to add in my formula, how can I build it?
Thanks a lot!
Solved! Go to Solution.
I found, thanks to a colleague: I just had to make reference to a measure already used in my chart so here is what I did:
Measure.ROT.target.ETO = [Measure.Selection.ROT]/[Measure.Selection.ROT]*0,85[Measure selection ROT] being the measure used to draw the black line of my chart.
I found, thanks to a colleague: I just had to make reference to a measure already used in my chart so here is what I did:
Measure.ROT.target.ETO = [Measure.Selection.ROT]/[Measure.Selection.ROT]*0,85[Measure selection ROT] being the measure used to draw the black line of my chart.
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.