Forum Discussion
Integrar PBI con ANGULAR
Hola buenos dias, necesitaria saber si alguien ha intentado integrar un pbit en una aplicacion Angular en el FRONT y C# en el BACK.
Espero buestros comentarios.
Gracias por adelantado
- Anonymous2 years ago
Hi mchercol ,
To integrate Power BI into an Angular application, you can use the "powerbi-client-angular" NPM package, which makes it easy to embed Power BI reports into an Angular application.
Refer: How to embed Power BI content in an Angular app | Microsoft Learn
Announcing Power BI Angular Component | Microsoft Power BI Blog | Microsoft Power BI
powerbi - Power BI Embedding in Angular UI Application - Stack Overflow
As for the C# backend, you need to handle authentication and access token generation for Power BI reports. This typically involves interacting with the Power BI API to obtain access tokens, which are then passed to the front-end for report embedding.Refer: Power BI developer documentation - Power BI | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi mchercol ,
To integrate Power BI into an Angular application, you can use the "powerbi-client-angular" NPM package, which makes it easy to embed Power BI reports into an Angular application.
Refer: How to embed Power BI content in an Angular app | Microsoft Learn
Announcing Power BI Angular Component | Microsoft Power BI Blog | Microsoft Power BI
powerbi - Power BI Embedding in Angular UI Application - Stack Overflow
As for the C# backend, you need to handle authentication and access token generation for Power BI reports. This typically involves interacting with the Power BI API to obtain access tokens, which are then passed to the front-end for report embedding.Refer: Power BI developer documentation - Power BI | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.