sam
sam

Reputation: 105

How to integrate Power BI in ASP.NET applications to generate Power BI reports?

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

Answers (3)

Jawwad Ali Khan
Jawwad Ali Khan

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,

  1. Publish your dashboard to your PowerBI Online.

  2. 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

donquijote
donquijote

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

Jawwad Ali Khan
Jawwad Ali Khan

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

Related Questions