Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Is there an easy out of the box solution I am missing, for hosting an image link, for a Power BI report, or more importantly in our case, and paginated RDL report running from powerbi.com?
Looks like you have a good handle on the issue and have listed multiple options to workaround. An additional option is to save to blob with anonymous access Configure anonymous read access for containers and blobs - Azure Storage | Microsoft Learn.
Also, please upvote at Microsoft Idea
If these logos are not too big you can Base64 encode them and include them directly in the semantic model.
thanks - this is for paginated reports which i don't believe have a seperate semantic model. We're also hoping to avoid embeding them so i can more easily update a link address, to update all 1200 reports logo at once. Versus going into each report and updated the embedded image.
For Power BI Service the embedding option is preferred as it works around the authentication issues you will have if your images are stored elsewhere. For Report Server it likely doesn't matter if you are using an on-prem repository.
No idea how this works for paginated reports.