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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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
v-yangliu-msft
Community Support
Community Support

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
v-yangliu-msft
Community Support
Community Support

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.