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 also tried with your url . its still not working. I am on 64-bit february too.
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