Forum Discussion

user26's avatar
user26
Frequent Visitor
1 year ago
Solved

Images Not Loading in Power BI Report from SharePoint with Direct URLs

Hello, We are facing an issue with our Power BI report where images stored in SharePoint are not appearing in the report. Instead, blank image placeholders are displayed.   Process Overview: Each...
  • lbendlin's avatar
    1 year ago

    The Power BI service has no access to the images stored on your sharepoint, nor should it.  Place your images on a public share, or include them in the semantic model as Base64.

  • v-sathmakuri's avatar
    1 year ago

    Hi user26  ,

     

    Thank you for reaching out to Microsoft Fabric Community.

     

    Thank you lbendlin   for prompt repsonse.

     

    Here are some addition details:

     

    Power BI Service cannot authenticate to SharePoint to fetch images unless the user is already logged into SharePoint in the same session. Below could be the alternate solutions :

     

    Store images in an anonymous-accessible location, such as:

    • Azure Blob Storage with public or SAS-token-based access
    • CDN
    • Public SharePoint folder (less recommended)

    Then use those accessible URLs in Power BI. This ensures images load without requiring separate SharePoint authentication.


    If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

     

    Thanks & Regards,

    Rekha.

    CustomerSupportTeam