This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hey there
I am attempting to create an SVG that simply has an Icon and some text next to it.
Ive been able to get this to work in a simple online SVG editor with the following code:
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'>
<image height='8' width='8' href='https://s2.coinmarketcap.com/static/img/coins/64x64/1.png'> </image>
<text x='9' y='6.5' style='font:normal 7px sans-serif;' fill='Blue'>- AAVE</text>
</svg>
Which shows -
Any ideas?
No SRC or HREFs allowed - you need to embed the image data in the dataset.
Sorry - what do you mean?
Thank you thats great. I am wondering though how i would read the contents of not a file, but a URL pointing to an image?
you ingest that data in the Power Query part. Call Web.Contents on the uRl and store the result in Base64.
I was able to do that, but unable to add that into an existing SVG. Is it possible to get the SVG code from a URL pointing to an SVG?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |