Forum Discussion
spartanboy
Helper II
4 years agoconditional 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
- amitchandak
Super 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")