Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi I want to set different conditional formating for each matric column :
points < = 40 =RED
utilisation <=30% = RED
How to do it ?
Solved! Go to Solution.
@Anonymous , In matrix formatting, is happen for each value/measure. In conditional formatting you have choose a measure and then do it you can use rule or measure based
color measure 1 = if([points] < = 40, "RED", "White")
same way create for other and use it with field value option
refer these logs
https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
@Anonymous , In matrix formatting, is happen for each value/measure. In conditional formatting you have choose a measure and then do it you can use rule or measure based
color measure 1 = if([points] < = 40, "RED", "White")
same way create for other and use it with field value option
refer these logs
https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
55 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |