Forum Discussion
spartanboy
4 years agoHelper II
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
- amitchandakSuper User
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")