Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I recently updated to Power BI September 2022 and I am unable to set bar colors or data colors to transparent or use any sort of function/field value/rule to display colors. When creating bar charts and pie charts I can assign specific colors using a dropdown but using #FFFFFF for transparent does not work. Does anyone know how to get around this issue?
Thank you!
Solved! Go to Solution.
Hi, @B_VanderP
You can try the following methods.
Original:
Color = IF(SELECTEDVALUE('Table'[Date])=DATE(2022,1,3),"#FFFFFF00")
Result:
You can use measure to set conditional formatting.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @B_VanderP
You can try the following methods.
Original:
Color = IF(SELECTEDVALUE('Table'[Date])=DATE(2022,1,3),"#FFFFFF00")
Result:
You can use measure to set conditional formatting.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@B_VanderP , the transparent color is #FFFFFF00
and for that is a measure and use that in conditional formatting using the field value option
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/...
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 |
|---|---|
| 102 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |