We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
I have a column called Variance. I need a color formatting for this column based on below
-5 to +5 as Green Color
-10 to +10 as Blue Color
-20 to +20 as Red Color.
I only see three options in conditional formatting Min,Max and Diverging.
Any help is appreciated.
Hi @pxg08680,
There are superpositions in your intervals. How to define the color of 0?
Such formatting isn't supported by now. Please vote or create a new idea here: conditional-formatting-intervals. Maybe there is a workaround.
1. Add a new Calculated Column like this:
Column = IF ( [Value] < -5, -1, IF ( [Value] < 5, 0, 1 ) )
2. Format it like this:
Best Regards!
Dale
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 |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 36 | |
| 22 |