Forum Discussion
proka
8 years agoFrequent Visitor
Power BI in ASP Net MVC
Hi =)
I am an Azure noob (I don't have an account).
I am researching various embedding but with no results.
- I have created a Live Data report in Power BI Desktop, which connects to an SQL db.
- I have published the report on Power BI Service (app.powerbi.com - BTW, why isn't the subdomain service.powerbi.com, if everybody calls it service - microsoft ©). I have installed a gateway to allow the published report to connect to the SQL...
- Now I want to embed it in an MVC application, but couldn't find a viable solution.
My question:
- How do I embed a report (data live, also with parameters) in an MVC application? Do i really need Power BI Pro? What is reccomended way to do this?
2 Replies
- Greg_DecklerCommunity Champion
Yes, I'm pretty sure you need a Pro account because of the live data and such and yes, you need an Azure account to setup the embedded instance:
https://azure.microsoft.com/en-us/services/power-bi-embedded/
- prokaFrequent Visitor
I wouldn't be so sure, Greg Deckler, as I know you can have free Azure AD and by creating a client Id and client secret here, there's a way to connect to the API and get the embedded report without the need of a Pro account, or something similar. (Not powerbi embedded, but getting the embedded report through an API or something).
That's what I'm looking for, a complete and easy tutorial.