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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Target Line as Filter

Hi,

 

I have a few Target Lines that i would like to have in my chart (either bar, line, etc). but i do not want to overcrowd the chart with too many things. so if i can make these target lines as one of the filter then it will be great.

 

thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1653903885081.png

Here are the steps you can follow:

You can put the target value into a new table as a slicer, choose which target value to use

vyangliumsft_1-1653903885082.png

1. Create measure.

Measure =
var _1=SELECTCOLUMNS('Slicertable',"1",[Target])
return
CALCULATE(SUM('Slicertable'[amount]),FILTER(ALL(Slicertable),'Slicertable'[Target] in _1))

2. Format – Y-Axis Constant Line 1 – fx

vyangliumsft_2-1653903885083.png

3. Enter the Y-Axis Constant Line 1 interface and select [Measure].

vyangliumsft_3-1653903885085.png

4. Result:

vyangliumsft_4-1653903885087.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1653903885081.png

Here are the steps you can follow:

You can put the target value into a new table as a slicer, choose which target value to use

vyangliumsft_1-1653903885082.png

1. Create measure.

Measure =
var _1=SELECTCOLUMNS('Slicertable',"1",[Target])
return
CALCULATE(SUM('Slicertable'[amount]),FILTER(ALL(Slicertable),'Slicertable'[Target] in _1))

2. Format – Y-Axis Constant Line 1 – fx

vyangliumsft_2-1653903885083.png

3. Enter the Y-Axis Constant Line 1 interface and select [Measure].

vyangliumsft_3-1653903885085.png

4. Result:

vyangliumsft_4-1653903885087.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.