Home > Back-end >  How to show power BI report in local ASP .NET MVC
How to show power BI report in local ASP .NET MVC

Time:11-25

Hi is there a way to show power BI reports without embedded or using Azure in an ASP .NET MVC Project? Is for a local project, I already have the report done but most of the tutorials I have found always embedded it or use an SDK that later needs to payed

CodePudding user response:

No, Power BI elements can be rendered only by Power BI (either Power BI Service in the cloud or Power BI Report Server on premise). Your only option to do this is to publish the report to one of these two and then to embed it in your web application.

Depending on the authentication type and where the report is hosted, there are different ways to embed it. Here are some of them:

  • Related