Forum Discussion
Performance Issues with SharePoint-hosted Images in Power BI Mobile - Seeking Optimization Solutions
- 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.
Realistically, how many of the 250 images will your mobile user look at in a single session?
If you already have the images in Base64 format (and if they are static) then you can cosider including them in the semantic model directly.