Forum Discussion

spartanboy's avatar
spartanboy
Helper II
4 years ago
Solved

conditional formatting for a row in matrix

Hello -

 

How can i add a conditional formating or a highlight for a specific row in matrix? in the below example 'Avg' is from the data not a calculated in pbix - How can i highlight this specific row?

 

 

  • spartanboy , you can not highlight a row. You can create a color measure and apply it to values using conditional formatting, using field value option

     

    color = if(max(Table1[Row] ="Avg", "Yellow", "White")

1 Reply

  • spartanboy , you can not highlight a row. You can create a color measure and apply it to values using conditional formatting, using field value option

     

    color = if(max(Table1[Row] ="Avg", "Yellow", "White")