Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I need to embed power bi report on angular web portal (secure embed using power bi embedded), do i need to take help from angular web application person to perform this activity in terms of coding ?
Solved! Go to Solution.
Hello @powerbiexpert22 ,
Yes — you will almost certainly need help from the Angular web application developer to embed a Power BI report securely using Power BI Embedded. Secure Embed (Power BI Embedded) requires application-side coding — specifically, you need to generate and inject an access token (embed token) into the Angular app so it can securely load the report. This part cannot be done just from the Power BI Service UI.
What typically happens:
Backend
Your backend developer should implement a secure service that Authenticates with Azure AD, Calls the Power BI REST API to generate the embed token, Passes the embed token to the frontend (Angular app)
Frontend (Angular app)
→ The Angular developer uses the official Power BI JavaScript SDK (powerbi-client), embeds the report into an Angular component using the embed URL + embed token + report ID, without the Angular developer, you’ll have a hard time safely and correctly wiring this into the frontend.
If this solved your issue, please mark it as the accepted solution. ✅
Hello @powerbiexpert22 ,
Yes — you will almost certainly need help from the Angular web application developer to embed a Power BI report securely using Power BI Embedded. Secure Embed (Power BI Embedded) requires application-side coding — specifically, you need to generate and inject an access token (embed token) into the Angular app so it can securely load the report. This part cannot be done just from the Power BI Service UI.
What typically happens:
Backend
Your backend developer should implement a secure service that Authenticates with Azure AD, Calls the Power BI REST API to generate the embed token, Passes the embed token to the frontend (Angular app)
Frontend (Angular app)
→ The Angular developer uses the official Power BI JavaScript SDK (powerbi-client), embeds the report into an Angular component using the embed URL + embed token + report ID, without the Angular developer, you’ll have a hard time safely and correctly wiring this into the frontend.
If this solved your issue, please mark it as the accepted solution. ✅
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.