Forum Discussion
Conditional bacground color row header
- 5 years ago
Hi Anonymous
Currently Conditional Formatting only applies to Values fields, not Rows/Columns fields in a Matrix. So it is not supported to format the background color of row headers conditionally.
Regards,
Community Support Team _ Jing
Anonymous , You can create a measure like
if(max(Table[GYP_gestion]) = "EBITDA", "yellow", "white")
You can use the same in conditional formatting with field values option, You have to do conditional formatting for all columns, there is not row option
Conditional formatting the Pie Visual: https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539
- Anonymous5 years agoNot applicable
amitchandak I dont follow. Where is the option to set a condition for "Rows"?. The field I am trying to set a condition on is "GyP_Gestion".