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.
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"
Anonymous
7 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.