Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

Power BI embed

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 ?

 

1 ACCEPTED SOLUTION
anilelmastasi
Super User
Super User

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.

View solution in original post

1 REPLY 1
anilelmastasi
Super User
Super User

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.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors