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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
kmmy
Frequent Visitor

conditional column icon custom

hello,

I want to add conditional column icon.

 

so I try to add theme code, but it doesn't work.

Error Code > #/icons must be array (type; matching schema #/properties/icons/type)

 

I attach my code.

 

 

{
     "name": "Percent Icons",
     "icons": {

         "complete100": {
               "url": "data&colon;image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='50' fill='#008A00' /> </svg>",
               "description": "100% Complete"
         }
     }
}

 

 please help me.....

 

Thank you

2 REPLIES 2
MarksmanWaugh79
Frequent Visitor

I just want to point out that after recent Power BI updates, this JSON doesn't validate.

The error thrown will be something like what the OP posted: "#/icons must be array (type; matching schema #/properties/icons/type)


I haven't figured out the solution yet, hopefully someone who sees this has and can share!

amitchandak
Super User
Super User

@kmmy , refer if these can help

https://community.powerbi.com/t5/Desktop/Adding-a-custom-icon-to-a-custom-theme-json-file/td-p/24552...

https://www.youtube.com/watch?v=diX_-eZj47k

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors