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.
The URL itself is working and as you can see the data category is also assigned to Image URL.
It is not working for any of the tables with Image urls.
Also I am using PBIdesktop 64 bit version.
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.
- Anonymous8 years agoNot applicable
url I am using is :
- parry2k8 years agoSuper User
So one thing is sure that this image is accessible. Now next step why you cannot see it in PowerBI. Stay tuned, will look into it
- Anonymous8 years agoNot applicable
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.