Forum Discussion
Anonymous
8 years agoNot applicable
Image URL not working
i am trying to show a gren indicator in my table. I have converted the column as an Image URL. Still the indicator not showing in the table. Please help.
- Anonymous8 years ago
Thanks everybody . I think its a problem with thme laptop settings . It worked after windows update from admin.
Anonymous
8 years agoNot applicable
I also tried with your url . its still not working. I am on 64-bit february too.
Bordalos
8 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"