Forum Discussion

herosoftware's avatar
herosoftware
Frequent Visitor
1 year ago
Solved

Performance Issues with SharePoint-hosted Images in Power BI Mobile - Seeking Optimization Solutions

I'm encountering an issue with using SharePoint-hosted images in my Power BI report. While the images work as expected in Power BI Service, they do not load properly in Power BI Desktop or the Powe...
  • v-hashadapu's avatar
    1 year ago

    Hi herosoftware , Thank you for reaching out to the Microsoft Community Forum.

     

    For a quick fix, embed your Base64 images in the Power BI semantic model as a column (since they’re static), optimize their size and filter the report to load only the most relevant subset of the 250 images, say 50 at a time using slicers or pagination. This should cut load times in Power BI Mobile significantly. Test this in Desktop and Mobile to confirm.

     

    For a better long-term solution, move the images to Azure Blob Storage with public access, store only the URLs in your model (set as “Image URL” data category) and let Power BI Mobile fetch them directly. This keeps your report lightweight and resolves authentication/rendering issues you’re seeing with SharePoint. If Azure isn’t an option, optimize the Base64 approach as above but know it won’t scale well beyond small sets.

     

    If this helped solve the issue, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details, always happy to help.
    Thank you.