Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi there,
So I have this Chart with Revenue and Budget. I want the data values to be green if Revenue > than Budget.
I created this measure for comparison between Revenue and Budget. But I am always getting green values, even if the budget is higher (should be red). This graph works through hierarchies/Drill down.
@campelliann , Create a color measure and use that in conditional formatting using field value option
Assuming both are measures a new measure
if([Revenue] >= [Budget], "Green", "red")
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...
@amitchandak thank you. Almost...
This is only working at the lowest level of hierarchy. I have BU, Company, Project, and is only working at the project level. Any idea why?
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
31 | |
26 |