Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Solved! Go to Solution.
Rows can be coloured with the std conditional formatting, but you have to format each of the columns.
I usually have a colour field that can then be referenced in the Conditional Formatting format by field value.
e.g. You can use names or colour numbers
MaxValue1Col = SWITCH( max(Table1[Column1]), 1,"Green",2,"Red", "LightBlue")
Headers not with a std table. I think they are working on dynamic format expression that could help in future versions.
However you can fake it with 2 tables.
Edit Data to add a new table of the headers. You can the make a table from these and conditional format them
Make the header font the same colour as the background and overlay the header table above the other table.
Rows can be coloured with the std conditional formatting, but you have to format each of the columns.
I usually have a colour field that can then be referenced in the Conditional Formatting format by field value.
e.g. You can use names or colour numbers
MaxValue1Col = SWITCH( max(Table1[Column1]), 1,"Green",2,"Red", "LightBlue")
Headers not with a std table. I think they are working on dynamic format expression that could help in future versions.
However you can fake it with 2 tables.
Edit Data to add a new table of the headers. You can the make a table from these and conditional format them
Make the header font the same colour as the background and overlay the header table above the other table.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 70 | |
| 38 | |
| 29 | |
| 26 |