Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi Team,
Consider I have published a Dashboard/Report into my PowerBI Report Server. I want to know how we can obtain Report Id from the PowerBI report Server.
Thanks.
Thanks for your reply. Here I am explaining exact requirement of our task.
We have published a report into Report Server from PowerBI desktop. Now, We are trying to see the report in the Own web Portal where the backend code is Angular JavaScript. So, Here to call the report from PowerBI report Server which I have published need to call from Backend code using the Report URL, report ID and workspace ID . So, Angular JavaScript Backend team asking the Report ID/Workspace ID.
I am not seeing the reportID in the Report URL from PowerBI Report Server and also if I go through ... Manage option also I am not seeing any report ID parameter in the UI in PowerBI Report Server. Could you please advise
The on-prem report server product does not have workspaces. That concept only exists in the Power BI cloud service. It sounds like your developers are trying to use a library designed for the cloud service with the on-prem Report Server which will not work. You need to use iframe embedding if you want to integrate Report Server into another application.
You could use the REST api to get a report based on it's path.
eg. PBIRS | 2.0 | microsoft-rs | SwaggerHub
If you can provide more specific details about what you are doing we could provide more specific suggestions.