Forum Discussion

B_VanderP's avatar
B_VanderP
Frequent Visitor
3 years ago
Solved

Unable to set data colors to transparent or use function/rule/field in bar chart visual

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! 

  • 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.

2 Replies