Overview
In this article, we will talk about how we can embed Power BI reports with any third party or ISVs type of application.
I have divided this article into five different parts.
- Overview of Power BI Embedded
- Register the Power BI Application in Azure AD
- General Steps to Embed Power BI report to third-party application
- Create an Azure App function
- Use Power BI JavaScript SDK and Embed the Power BI report in HTML Page
- User Power BI ASP.NET SDK and Embed the Power BI report in HTML Page
In this article, we will talk about the basics of Power BI Embedded.
Now, let’s get started!
What is Power BI Embedded?
Power BI Embedded offers independent software vendors (ISVs) and developers a way to quickly add stunning visuals, reports, and dashboards into their applications through a capacity-based, hourly metered model.
Power BI embedded provides flexibility to the developers to embed Power BI report to any third-party application.
To start with Power BI embedded, Power BI provides us a different type of SDKs.
As per your convenience, you can use those SDKs.
Power BI provides SDK for,
In this series, we will talk about both the methods.
We will embed our Power BI report using ASP.Net SDK and JavaScript SDK as well.
What do we need for the Development of Power BI Embedded?
- One Power BI Pro account
- Azure AD to register an application
- When we move to production, we need dedicated capacity so we need one Power BI Premium License
- Azure subscription to create Azure App function.
For more information, you can refer the following article.
https://docs.microsoft.com/en-us/azure/power-bi-embedded/get-started
Register your Power BI application with Azure AD
There are two ways to register the Power BI application with Azure AD.
- Using Power BI portal
- Using Azure AD
We will talk more about these methods in the next article.
Conclusion
This is how we can start with Power BI Embedded.

Sarmila DhandapaniPosted Dec 11, 2019, 12:49 AM
How to kill the power bi user session after the sharePoint user views it
David VílloraPosted Jan 28, 2019, 9:19 AM
Thanks! But.. you said that a premium license is needed. I though that the one you need is the Power BI Embedded License...
tola dyPosted Aug 30, 2018, 4:29 AM
Does this sample can work in Application type as "Web app / API" ? thanks
Harshali PatelPosted Jul 24, 2018, 7:13 AM
Hello Dhruvin Sir, I have followed all your articles on Power BI step by Step and they were very helpful. Thanks for providing such content.