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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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