Daniel on 20 Oct 2016 02:46:53
Allow access to images behind authentication, i.e. entityimages from CRM
- Comments (2)
RE: image behind authentication
Good idea (but a shame it needs to be an idea as without it, it demonstrates a disconnect through Office 365).
We have restrictions in place to stop the creation of anonymous links in SharePoint. This is challenging when adding images to dashboards. The solution suggested here requires the use of anonymous links.
http://community.powerbi.com/t5/Service/Dashboard-Image-Tile-Image-not-loading-from-provided-URL/m-p/119786#M18637
What is the alternative?
Also is it possible to update the published documentation as it simply states "Make sure special credentials aren't required to access the image file. For example, OneDrive and SharePoint require authentication, so images stored there can't be added to a dashboard this way."
https://powerbi.microsoft.com/en-us/documentation/powerbi-service-add-a-widget-to-a-dashboard/
RE: image behind authentication
We have an OData API endpoint which we pull data into Power BI from. One piece of data is a URL to an image that is available through the same API. It would be nice if Power BI could simply send the existing API credentials with the request for the image.