Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 33 | |
| 31 | |
| 29 |