Forum Discussion
aaron797
6 years agoAdvocate I
SVG Icon not displaying
I have imported a set of SVG icons into Powerbi, to use as conditional formatting. Added the code to the JSON file, and it was successfully imported into Power BI. I can see the icons with the rest...
- 6 years ago
Okay, so i figured it out.
The fill code was having issues, the # must be replaced with a %23. Not sure if you can encode the SVG's to base64 you could keep the #'s in.
fill='#ED003C'
fill='%23ED003C'
catolita
6 years agoRegular Visitor
You can find it here
https://blog.pragmaticworks.com/power-bi-custom-visuals-image-viewer
or here: https://file.ac/QIDJnL6igK0/ImgViewerVisual.0.1.0.pbiviz