Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a uploaded report on power bi report server(on-premise). I dont want to use builtin web portal. As my requirement I want a integrate the report to a web application and want to do some filters operations on it, programmitically.
I tried PowerBI JavaScript API but due to on-premise I dont have access tokken How can i deal with embed configs to integrate/embed on-permise report to web application.
Solved! Go to Solution.
For the on-prem report server you would use the REST API documented here Develop with the REST APIs for Power BI Report Server - Power BI | Microsoft Learn
Good day.
Can you please share which REST API methods (endpoints) you used to solve your problem?
We are doing the same thing now and it is not clear from the current documentation how to implement it.
The more detailed, the better.
Thanks for your help.
You can embed PBI report from PBI RS like this Embed a Power BI Report Server report using an iFrame in SharePoint Server - Power BI | Microsoft Le...
But there are not supported full client api control (in compare with cloud Power BI Service). You can control only basics, like filters, via URL parametrs
Can I embed PBI Report from PBI RS (https://myserver/reports/powerbi/Sales?rs:embed=true) in a asp.net web application (publish to a web server) using an iFrame (or object) like in the SharePoint Server as above example? If it can't work, please let me know how to do.
Thanks,
For the on-prem report server you would use the REST API documented here Develop with the REST APIs for Power BI Report Server - Power BI | Microsoft Learn