Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have this SVG code that works fine in SVG viewer (without the prefix data:image/svg+xml;utf8,)
data:image/svg+xml;utf8,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<image href="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png" height="200" width="200" />
</svg>
this is just a sample SVG for reporting this issue. I know I can use just the PNG url to display this picture.
I want to be able to embed bitmap images in SVG in Power BI and do some more advanced stuff, like cropping to circle ect.
But even this simple SVG with just the image does not work in Power BI Desktop and Service
@jdusek92 , refer if these two approaches can work
https://www.alphabold.com/complete-guide-to-embed-images-in-power-bi-reports-part-ii/
Hello, these solutions are not applicable for me.
I need to use SVG tag and embed bitmap inside SVG, because I then want to use other SVG features.
shouldnt any valid SVG code work in Power BI?
Or are there any documented limitations?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.