Ask Your Question
0

How does Power BI Embedded work with .net 6?

asked 2023-04-30 11:21:15 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-04-30 11:51:02 +0000

plato gravatar image

Power BI Embedded is a Microsoft Power BI service that enables embedding Power BI visuals and reports in other applications. To work with .NET 6, the following steps need to be followed:

  1. Create an Azure Power BI Embedded resource and register an Azure AD application.

  2. Add the "Power BI" package reference to the .NET 6 project.

  3. Use the methods from the Power BI API to implement the desired functionality, like embedding visuals or reports.

  4. Set up authentication and authorization for the Power BI Embedded service in the application.

  5. Deploy the .NET 6 application to an Azure web app, PaaS solution or on-premises server.

  6. Verify that the application is working as intended by testing the embedded visuals and reports.

Overall, Power BI Embedded can be integrated with .NET 6 as a service and an extension library for embedding Power BI visuals and insights in other applications.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-04-30 11:21:15 +0000

Seen: 7 times

Last updated: Apr 30 '23