Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Images can not load in Power Bi Dashboard

Hi,

 

I have created a dashboard with images and link inside the images to specific reports:

 

AldoR_0-1619720615417.png

 

Earch button is a sigle image, that I took from an onedrive.

 

I can see them (I'm the author) and when I share the link to anyoner, the images are not loaded:

 

AldoR_1-1619720714367.png

 

Any thoughts on what I can do to fix it?

 

Thanks in advance.

1 ACCEPTED SOLUTION
AbhiSSRS
Solution Sage
Solution Sage

Hello!

 

Do they have access to images ? Its recommended to have the images in your model in binary in case you have to share with multiple users who wont have access to the image links. Here is a function you can use in ur model :

 

let
BinaryToPbiImage = (BinaryContent as binary) as text =>
let
Base64 = "data:image/jpeg;base64, " & Binary.ToText(BinaryContent, BinaryEncoding.Base64)
in
Base64
in
BinaryToPbiImage

View solution in original post

1 REPLY 1
AbhiSSRS
Solution Sage
Solution Sage

Hello!

 

Do they have access to images ? Its recommended to have the images in your model in binary in case you have to share with multiple users who wont have access to the image links. Here is a function you can use in ur model :

 

let
BinaryToPbiImage = (BinaryContent as binary) as text =>
let
Base64 = "data:image/jpeg;base64, " & Binary.ToText(BinaryContent, BinaryEncoding.Base64)
in
Base64
in
BinaryToPbiImage

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.