Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Howdy,
I am trying to make an income statement and I tried to highlight some rows of it like EBITDA as shown in the image below. So far I got to do so with the values but I have not figured it out to do so on the row headers. This is a matrix visual.
Solved! Go to Solution.
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
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
@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".
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |