Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I have a chart I want to change color of a Bar thru code. Just one Bar.
ISSUE:
I have created following graph for my Dashboard report. But some how not able to change the color of one of a top bar. I selected green but still is showing grey color.
Below bar is working fine, allow me to change the color.
Graph name is Bullet Chart by OKVIZ
Values for above bar are coming from Measure. This is a perecentage format. -- change only this bar.
Values from below Bar are coming from calculated column. This is a whole number format. -- this bar working fine.
Hi, @sdhn
Please check if the solution in this thread could work for you.
Bullet chart OK viz conditional colour doesn't apply if target is blank
it is not possible to conditionally colour code a visual if the target is Blank(), so a measure such as the following would be required.
= IF (ISBLANK(MeasureName), 0, MeasureName)
Best Regards,
Community Support Team _ Eason
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |