This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I don't understand how make this kind of rules working.
I'm just trying tu make the text gree if the valueit's over 0, and red if it's under.
Thanks for any further suggestions.
AG
Solved! Go to Solution.
Change two things:
1) The order of the clauses (first you should evaluate for those less than 0).
2) The first dropdown should be Number, not percentage.
See example:
Proud to be a Super User!
Hi, @Anonymous
I have the following matrix:
It is suggested that you can create a metric similar to the following:
Measure 2 = IF(SUM('Table'[count])>40,"green","red")This metric will be used in the conditional format of the matrix
The results are as follows:
Best Regards,
hackcrr
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Change two things:
1) The order of the clauses (first you should evaluate for those less than 0).
2) The first dropdown should be Number, not percentage.
See example:
Proud to be a Super User!
Thanks for your help!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 23 | |
| 22 |