Forum Discussion
Paginated report talking to another server
Let's say I need to show some images in a report.THese image are generated by a program running on nodejs server. In case when an embedded solution is implemented should server be running on-prem or somewhere on the cloud?
Thanks
6 Replies
- GilbertQ
Super User
Hi Markzolotoy
The images should be publically accessible in order to render them. So this could be on a cloud server.- Markzolotoy
Impactful Individual
currently I can access data on-prem using a gateway. Can I access some web running on-prem?
- v-kelly-msft
Community Support
Hi Markzolotoy ,
Check the reference below:
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
- GilbertQ
Super User
Hi there
As far as I know this is not currently possible.
Below are the supported data sources for Power BI Report Server:
Supported data sources for Power BI paginated reports - Power BI | Microsoft Docs
- Markzolotoy
Impactful Individual
But I am not talking about accessing actual data. I am talking about hyperlinks in reports. where a hyperlink ponts to a veb that runs on -prem web server.
- GilbertQ
Super User
Hi Markzolotoy
Ahh yes then that could work as long as the users who click on the hyperlink are able to access it.