Forum Discussion
Akbarov
Helper I
4 years agoHow 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...
amitchandak
Super User
4 years agoAkbarov , 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