Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Shruthi96
Helper III
Helper III

Power BI: Donut chart visualization - customized color formatting

Hi Folks, 

 

I am looking for an option in PBI to customise the data color of donut chart based on the outcome of the result.

I need to set dynamically the gradient of the donut chart based on below category, Example : if my majority of the outcomes is 'Agree' I need to add gradient of green color to my donut chart.
                     Strongly agree (blue color gradient/shades)
                    Agree (green color gradient/shades)
                    Neither(amber color gradient/shades)
                   Disagree(orange color gradient/shades)
                    Stronglydisagree(red color gradient/shades)

 

Shruthi96_0-1658913904449.png

 

Thanks in advance. 

1 REPLY 1
amitchandak
Super User
Super User

@Shruthi96 , Create a color measure, refer the example below, and use that in conditional formatting of a bar visual using the field value option and then convert it into pie

example

 

Measure =
Switch(true(),
max(Table[Column]) = "R1" , "Red" ,
max(Table[Column]) = "R2" , "Green" ,
max(Table[Column]) = "R3" , "Pink "
)

 

 

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.