Forum Discussion
snandy2011
Helper IV
7 years agoSome SVG codes not running on Power BI
Hi Experts, I am learning now creating SVG image on Power BI. I have some multiple SVG code, which run perfectly on any editor, but when i put those code on Power BI,it shows nothings. Is there a...
- 7 years ago
Hi Snandy,
Please download the demo from the attachment.
The only difference between the 1 and the 2 is the blue part in the code below. If you'd like to show them in a Table visual, you need to change the "Data category" to "Image URL".
data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height='500' width='500' fill = 'Green'><polygon points='250,60 100,400 400,400' /><animateMotion path='M 20 20 V 50 Z' dur='3s' repeatCount='indefinite'/></svg>
Best Regards,
Dale
v-jiascu-msft
Microsoft Employee
7 years agoHi Snandy,
Please download the demo from the attachment.
The only difference between the 1 and the 2 is the blue part in the code below. If you'd like to show them in a Table visual, you need to change the "Data category" to "Image URL".
data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height='500' width='500' fill = 'Green'><polygon points='250,60 100,400 400,400' /><animateMotion path='M 20 20 V 50 Z' dur='3s' repeatCount='indefinite'/></svg>
Best Regards,
Dale
Legasus77
6 years agoNew Member
can you render an svg on anything else other than a table? I'm looking for a single cell widget to display an image for an indicator. I've tried image grid and simple image.