Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have created a JSON file for some custom icons (10 of them) I would like to add into my Power BI custom icon formatting options.
The code is all valid as have checked it through codebeautify. I import the file in and it works, however, when I go to the icon section only 1 x icon (forestry) has been added from my JSON file and it is the last one on the list. The others haven't been added and there isn't a scoll option.
Even though the code is correct have I missed something? The code example is below (have removed the base64code as too long).
Why is it just taking the last icon and not the others? Thank you for any help you can offer.
{
"name":"Sector Icons"
,"icons":
{
"GraphIcon":{"description":"Alternative Protein","url":
"BASE64CODE"},
"GraphIcon":{"description":"Dairy","url":
"BASE64CODE"},
"GraphIcon":{"description":"Forestry","url":
"BASE64CODE"}
}
}
Solved! Go to Solution.
Try giving them a unique name...
Proud to be a Super User!
Try giving them a unique name...
Proud to be a Super User!
Ah yes thank you, I had in the description but not at the start. Worked great, cheers.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.