Forum Discussion
Anonymous
5 years agoNot applicable
Need help with Power BI Conditional formatting for selected Rows
Hello Community, Need help with Power BI Conditional formatting for selected Rows. I've added the Col A in the dataset for making the DAX easy. I've mentioned the sample datasets template and the...
amitchandak
5 years agoSuper User
Anonymous , As of not in Matrix Conditional formatting is not supported for columns in row/column (pivot).
You can do that in the table for all columns, but not in the matrix. Matrix only values you can color
You can create a color measure and use that in conditional formatting with field value option
Switch(true() ,
max(Table[Heading]) = "Normal", "Yellow" ,
//Add other
)
refer
PowerBI Abstract Thesis: How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4