Overview of Power BI Embedded solutions
masterThis repository provides sample implementations for embedding Power BI content using various frameworks. The solutions are categorized by the embedding model used:
Embed for your customers (App Owns Data)
Use this model when your application manages access to data for its users. Available frameworks:
- .NET Framework
- .NET Core
- Python
- Java
- Node JS
Embed for your organization (User Owns Data)
Use this model when users sign in with their own Power BI identities to access content. Available frameworks:
- .NET Framework
- .NET Core
- React TS
Specialized Functionality
If you need to implement credential encryption or data source updates, use the following frameworks:
- .NET Core
- Python
- Node JS
Additionally, the repository includes PowerShell samples for calling the Power BI REST APIs.