Reputation: 105
I am new to Power BI and I need to generate Power BI reports from the ASP.NET application.
How can we integrate Power BI in .NET applications in order to generate Power BI reports?
I tried Power BI desktop version and created reports.
How can Power BI reports be generated through .NET applications?
Upvotes: 6
Views: 24155
Reputation: 17
Yes you can integrate in your asp.net application, by the way you can embed this in every cross platform whether it's asp, PHP, Python etc etc, so here is solution,
Publish your dashboard to your PowerBI Online.
Goto your Online PowerBI and view your report then
2.1. Goto File Tab.
2.2. Click Publish On web.
2.3. Copy Embedded code/ iframe and paste iframe code in your application.
Upvotes: 0
Reputation: 1812
I would recommend looking into Power BI embedded documentation. The resource contains several tutorials on how to embed a Power BI report in your asp.net web app using azure.
https://learn.microsoft.com/en-us/dotnet/api/overview/azure/powerbi-embedded?view=azure-dotnet
Upvotes: 5
Reputation: 17
No dear its not possible to create power bi reports from .Net platform however you can integrate power Bi reports to your .Net Application via iframe after publish online, you can find this procedure here, i just recently post answer here,
How to integrate PowerBI in ASP.NET applications to generate PowerBI reports?
Upvotes: -2