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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi All,
I am trying to constuct a bar chart that basically says if the (Hours) are greater than 2000 then give it a red colour and have it at the top, however if the hours is less that 2000 than flip it and have and give it a green color. Basically setting 2000 as my x-axis value.
Could someone please provide me with some guidance on how to achieve this. Been having a bit of trouble with this. (Image example below)
hi, @TodGrindley
Based on my research, conditional format color can be achieved but conditional format flip may be not achieved for now.
1. for conditional format color, you could add a measure like this
Measure = IF([total]>=2000,1,2)
Then click Format-> data colors-> Advanced colors
2. conditional format flip may be not achieved for now.
If the bar needs to be displayed below X-axis, the values need to be less than zero.
For your requirement, you could post your new idea in Power BI ideas and make this feature coming sooner .
Best Regards,
Lin
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 |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 48 | |
| 29 | |
| 23 | |
| 23 |