Home > OS >  Can we create Power BI Embedded dashboards/reports in web applications without Microsoft Azure?
Can we create Power BI Embedded dashboards/reports in web applications without Microsoft Azure?

Time:12-09

I have been using SSRS and .Net framework to create reports for my applications. Now I want to generate reports and create dashboards using Power BI Embedded. But the documentation/demos for Power BI always say that we need to create Power BI services on Azure. I wonder if there was any way to do this without Azure.

I referred to this link but the answers there have no approvals/comments,please help.

CodePudding user response:

You may want to take a look at Power BI Report Server. It is a super-set of SSRS, which can host Power BI reports. For more information you can start from these articles:

Essentially, embedding reports with Power BI Report Server is performed by adding "rs:embed=true" parameter to the report's URL.

CodePudding user response:

Look at Embedding for your Organization in https://learn.microsoft.com/en-us/power-bi/developer/embedding

  • Related