Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I am trying to display svg images in power bi as a web url rather than creating or scraping the path. I want to be able to add them to table and matrix visuals.
Example:
SVG Logo - Scalable Vector Graphics - Wikipedia
Has anyone done that?
/Ruth
Solved! Go to Solution.
Hey @ruthpozuelo ,
I'm not sure if I fully understood the desired result.
Do you want the result to be the image that is taken directly from the URL? Or do you want to show the image and use it as a link for another URL?
If the first one is the case you can just use the URL in a column (https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg) and use "Image URL" as data category for the column:
For the second I'm not sure if that's possible.
OMG, sorry!
I was picking the File: reference URL instead of the actually image URL for wikipedia. Thanks!
Hey @ruthpozuelo ,
I'm not sure if I fully understood the desired result.
Do you want the result to be the image that is taken directly from the URL? Or do you want to show the image and use it as a link for another URL?
If the first one is the case you can just use the URL in a column (https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg) and use "Image URL" as data category for the column:
For the second I'm not sure if that's possible.