Forum Discussion
Display SharePoint Images to Users without Access
I have a report that displays a list of products in a table. There is a drill through page to look at the specifications of a product, including a picture. I have all of the images saved as jpg's in a SharePoint location that has limited access. The images show for me in the Power BI Service, but not for other users. I tested this both with users who have access to the SP location and users who don't. I am using Simple Image visual to display.
My questions are: any thoughts on why the images wouldn't be showing for users with access? And is there a way to display the images to users who don't have access to the SP location? Viewing the images one-by-one is not an issue, but do not want to give access to the full image library.
Thanks!
Hi ksoukup ,
According to this link: Add images, videos, and more to your dashboard - Power BI | Microsoft Docs it appears that you can't have any credentials required for the image file. I based that on this sentence: "
- Make sure security credentials aren't required to access the image file. For example, because OneDrive and SharePoint require authentication, images stored there can't be added to a dashboard this way."
Based on that I am not sure it will work for you to have the images without full permissions. But, that doesn't explain why you can see them....other than maybe you are an admin or owner in both?
I was able to make this work using the approach outlined by Chris Webb in his blog post.
https://blog.crossjoin.co.uk/2019/05/19/storing-large-images-in-power-bi-datasets/
3 Replies
- collinqSuper User
Hi ksoukup ,
According to this link: Add images, videos, and more to your dashboard - Power BI | Microsoft Docs it appears that you can't have any credentials required for the image file. I based that on this sentence: "
- Make sure security credentials aren't required to access the image file. For example, because OneDrive and SharePoint require authentication, images stored there can't be added to a dashboard this way."
Based on that I am not sure it will work for you to have the images without full permissions. But, that doesn't explain why you can see them....other than maybe you are an admin or owner in both?
- ksoukupHelper I
Thanks collinq. I will need to find a different way to store these images so they can be shared externally.
- ksoukupHelper I
I was able to make this work using the approach outlined by Chris Webb in his blog post.
https://blog.crossjoin.co.uk/2019/05/19/storing-large-images-in-power-bi-datasets/