Forum Discussion
Displaying SVG inside a table visual is broken
- 1 year ago
Hi DataVitalizer ,
Svg is supported in Power BI deskop.
You can refer this link-
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-images-tables#considerations
Also, dont forget to visit its considerations -If that might be affecting the visual.
You can also refer this-
https://datasavvy.me/2022/12/15/clickable-svg-images-in-power-bi-using-the-html-content-custom-visual/
Hope this helps!
If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You!
Is there any article confirming this?
I do have a condition to keep the svg files on the local server.
Any suggestions?
There are some blogs talking to this but my google foo escapes me. You could try Chris Webbs Blog for this information and how to parse base64s. If the images are small enough you could try bringing them into your theme file as part of the icon set or, paste them into a DAX measure with a dataimage prefix. Google SVG measures (these would work for base64 too).