Forum Discussion
Images Not Showing in Power BI
- Anonymous1 year ago
Thank you for your support Greg_Deckler
Hi, lynnma
First, you need to make sure that your address is anonymous and accessible. To do this, I simulated your case with a shared folder:
It's not loadable when we put the url directly into Power BI:
\\VM1\Users\LJP\Desktop\image\1.jpgThe solution is to load your shared path into Power BI as a folder:
Add a custom column:
"data:image/jpeg;base64," & Binary.ToText([Content],BinaryEncoding.Base64)Set this column to the Image URL:
Display images in a table, matrix, or slicer in a report - Power BI | Microsoft Learn
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for the feedback. "I am pulling images from a directory on our server. " Therefore, its not http or https. It starts with \\'ServerName'\'Home'\Pictures
Thank you for your support Greg_Deckler
Hi, lynnma
First, you need to make sure that your address is anonymous and accessible. To do this, I simulated your case with a shared folder:
It's not loadable when we put the url directly into Power BI:
\\VM1\Users\LJP\Desktop\image\1.jpg
The solution is to load your shared path into Power BI as a folder:
Add a custom column:
"data:image/jpeg;base64," & Binary.ToText([Content],BinaryEncoding.Base64)
Set this column to the Image URL:
Display images in a table, matrix, or slicer in a report - Power BI | Microsoft Learn
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- lynnma1 year agoHelper II
THANK YOU SO VERY MUCH! I will hit the "Accept as Solution" after I send this reply! Again, Thank You!
Very Appreciative,
Mark Lynn.