Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Set a static line on a combo chart with filtered X-axis

Hi all,

I am trying to set a static target line on following combo chart:

20200429_Capture.PNG

X-axis is filtered to last 6 months.

I would like to add a 85% target line on the chart but:

  • I can't acces the Analysis pane
  • When I try to add a measure like Targer = 0,85, I get following result:

20200429_Capture2.PNG

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!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors