Forum Discussion
DSQU
2 years agoHelper I
Image Hosting Solution
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? I ha...
lbendlin
2 years agoSuper User
If these logos are not too big you can Base64 encode them and include them directly in the semantic model.
DSQU
2 years agoHelper I
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.
- lbendlin2 years agoSuper User
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.