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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Akbarov
Helper I
Helper I

How to highlight SelectedValue in Line chart?

Hello community,

 

I have a line chart with [Date] and average of [Sales]. 

I want to highlight Selected value in line chart. But right now when I select any value , line chart disapears ( filters only selection ) and only shows selected value.

 

Can anyone help me? 

3 REPLIES 3
Akbarov
Helper I
Helper I

Can't someone give me a little details how to do that?..

 

Hi @Akbarov ,

 

Power BI cannot highlight a value through the slicer in line chart.You can try changing colors dynamically using conditional formatting in a column chart.

1. create a disconnected table as slicer:

Table = CALENDAR(MIN(Sheet2[Date]),MAX(Sheet2[Date]))

2. create a measure and apply to conditional formatting.

Measure = IF(MAX(Sheet2[Date])>=MIN('Table'[Date])&&MAX(Sheet2[Date])<=MAX('Table'[Date]),"red","black")

Vlianlmsft_0-1646291623540.pngVlianlmsft_1-1646291635177.pngVlianlmsft_2-1646291645343.png

 


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

amitchandak
Super User
Super User

@Akbarov , for that you need to have a slicer of the independent table and then create a measure

 

if(max(Dimension[COlumn]) = selectedvalue(IndTable[Column]), "Red", blank())

 

Create a bar visual and use that in conditional formatting using the field value option.  Convert that to line

 

refer; https://youtu.be/BIwX2I7gF5Q?t=3906

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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