'How to integrate PowerBI in ASP.NET applications to generate PowerBI reports?
I am new to PowerBI and I need to generate PowerBI reports from the ASP.NET application.
How can we integrate PowerBI in .NET applications in order to generate Power BI reports? I tried PowerBI desktop version and created reports. How can PowerBI reports be generated through .NET applications?
Solution 1:[1]
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://docs.microsoft.com/en-us/dotnet/api/overview/azure/powerbi-embedded?view=azure-dotnet
Solution 2:[2]
yes you can integrate in your asp.net application, by the way u can imbed this in every cross platform weither its 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 Embeded code/ iframe and paste iframe code in your application.
Solution 3:[3]
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Quango |
| Solution 2 | Jawwad Ali Khan |
| Solution 3 |
