Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a table, where I'd like to use red or yellow or green colored pie slices based on a percentage value.
Power BI only offers this icon in a black color (see below).
What I'd like is to color these?
Anyone have suggestions?
Solved! Go to Solution.
Hi @al7948
We don't have this type of conditional formatting in a standard way,
Maybe you can achieve it with SVG images.
This is the link to the basic code for the pie :
https://kerrykolosko.com/portfolio/circular-gauges/
more information about using svg images:
https://www.minceddata.info/2018/08/12/using-svg-graphics-to-create-microcharts-in-power-bi/
https://www.youtube.com/watch?v=UxZQ8dOosyg
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @al7948
We don't have this type of conditional formatting in a standard way,
Maybe you can achieve it with SVG images.
This is the link to the basic code for the pie :
https://kerrykolosko.com/portfolio/circular-gauges/
more information about using svg images:
https://www.minceddata.info/2018/08/12/using-svg-graphics-to-create-microcharts-in-power-bi/
https://www.youtube.com/watch?v=UxZQ8dOosyg
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thank you so much. That is a very useful measure.
I also found this link that helped me expand on the PBI theme to create more, multiple colors R/Y/G with these icons from SVG.
https://hatfullofdata.blog/svg-in-power-bi-part-7-using-theme-svg-icons/
Glad to help 😊