Forum Discussion
Powe BI Embed
Hi everyone,
I'm looking to embed a Power BI report in a .NET web application. Currently, in the .NET application, users select fields in the UI, and a Crystal Report is generated based on their selection. I'd like to replace Crystal Reports with Power BI reports. Are there any tutorials or videos available that explain Power BI implementation?
I would really appreciate your help.
2 Replies
- AnonymousNot applicable
Hi nithinsakhamuri ,
To get started with embedding Power BI reports into your .NET application, you have a couple of options depending on your specific requirements:
-
Embed for your customers :This is suitable if your application users do not need to sign in to Power BI or have a Power BI license. You can use a service principal for authentication. Detailed steps for this approach, including setting up your environment and embedding a report using .NET 5.0, can be found in this tutorial: Embed Power BI content in an application for your customers.
-
Embed for your organization :This approach is suitable if your application users will authenticate against Power BI with their own credentials. This also uses .NET 5.0 and the library. You can find the tutorial for this method here: Embed Power BI content in an application for your organization.
Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
-
- nithinsakhamuriFrequent Visitor
Can somebody please help me with this question. Thanks in advance.