Forum Discussion
Image URL not working
- Anonymous8 years ago
Thanks everybody . I think its a problem with thme laptop settings . It worked after windows update from admin.
I can't recreate this with this data:
Column1Column2
| Green | http://renovatingnyc.com/wp-content/uploads/2015/02/green-04.jpg |
Can you post the URL that you are using? The one above works in a slicer, table, etc. I am on 64-bit February.
I also tried with your url . its still not working. I am on 64-bit february too.
- Greg_Deckler8 years agoCommunity Champion
Anonymous- I hate to ask this, but are you connected to the Internet? That's the only reason I can imagine that you wouldn't see the image displayed. Obviously you are since you are posting on here but that's really strange. What regional language pack are you on? Can't imagine that would make a difference but maybe. I can't find anything in Options that would disable images from working but you might play around with Security and/or Privacy settings.
- Anonymous8 years agoNot applicable
Thanks everybody . I think its a problem with thme laptop settings . It worked after windows update from admin.
- Bordalos8 years agoHelper I
hi Anonymous it works fine for me:
I've just tested it in multiple formats and the image shows in all *
* Matrix doesnt work in values as expected
the code here// test URL image let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("HcsxDoAgDADAv3QWikQXv0IYCDao0ZZg1fh7E2+/EKA0IoYOFtU6ITZiuZOuXPjNNsuBTzVZWIkVr7pLmk/0rh/RefyvcYPdaoEYPw==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [Color = _t, URL = _t]), #"Changed Type" = Table.TransformColumnTypes(Source,{{"Color", type text}, {"URL", type text}}) in #"Changed Type"- Anonymous7 years agoNot applicable
Hi,
i copied your code and pasted in a blank query.
i did change this url to image url. still power bi displaying broken image.
could you please help me in case any settings need to change for system or for Power BI desktop.
Thank you,
Narendra.
- Bordalos7 years agoHelper I
Hi Anonymous,
I don't see why it is not working on your side. I have just tested it now and is all ok for me.
I would suggest you try to load a simple table like the below and set up the URL col as Image URL
Name URL green http://renovatingnyc.com/wp-content/uploads/2015/02/green-04.jpg Wikipedia https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/150px-Wikipedia-logo-v2.svg.png
you must get something like