Conditional Formatting in Power BI
Apply colour scales, data bars, and icon sets to make key values stand out
Conditional formatting in Power BI highlights important values automatically — green for above target, red for below, data bars showing magnitude, icons for status. It makes tables and matrices dramatically more readable and helps executives spot issues at a glance.
Power BI supports conditional formatting on table and matrix cells, as well as on chart elements like bar colours and data label colours.
Example
Key Points
- ✓Conditional formatting is per-column in a table/matrix — select each column separately
- ✓Gradient is good for continuous values (sales, score). Rules are good for thresholds.
- ✓Hex colour measures give the most flexibility — full DAX logic drives colours
- ✓Data bars in cells eliminate the need for a separate bar chart for simple comparisons
- ✓Conditional formatting also works on chart background colour and title text
Practice Question
You want cells in a matrix to show green when Profit > ₹10,000 and red otherwise. Which conditional formatting approach should you use?