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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Power BI Embed with AngularJS

Hi,

 

Have developed power bi Reports using desktop application and deployed it power bi service.Now i wanted to embedded that power bi report/dashboard into angular js web application using the power bi service license (Note: don't have azure environment license).So my question here is

 

1.Whether Azure environment is mandatory for an embedding power bi reports into any kind web application.

 

2.If above question answer is NO, then please explain other ways to perform this embedding with step by step

 

Bhakti

Thanks

4 REPLIES 4
v-qiuyu-msft
Community Support
Community Support

Hi @Anonymous,

 

Yes, Azure environment is mandatory for an embedding power bi reports into any kind web application.

 

Also Power BI Angular is deprecated and is no longer supported. See: https://github.com/Microsoft/PowerBI-Angular

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Yes your answer is right but i have another question for embeding report.

 Why need Azure service for embeding can you please explain in berif.

 

 

 

Thanks,

Bhakti

@Anonymous,

 

To embed reports you need to be able to call REST API/SDK which is a part of Power BI Pro license (see the difference between Free and Pro here - https://docs.microsoft.com/en-us/power-bi/service-free-vs-pro). This is a minimum requirement.

 

But there will be a limitation of how much embed tokens you can generate at the same time. Usually, it is pretty enough even for production solution. Unfortunately, it is not documented but I think it is about 250.

 

To remove this limit you can buy additional dedicated capacity called Premium. There are actually two similar types of it - Azure Power BI Embedded and MS Office 365 Power BI Premium. Both allow you to embed an unlimited number of reports. Here are a lot of an official documentation related to that - https://docs.microsoft.com/en-us/power-bi/whitepapers. But anyway it is not required to use it. You can stay just with Pro.

 

Additionally, here is an instruction on how to embed - https://docs.microsoft.com/en-us/power-bi/developer/integrate-report

and sample from Microsoft - https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html

(It is not Angular but still Javascript)

Anonymous
Not applicable

  I wanted to embedded that power bi report/dashboard into angular 5 web application using the power bi service license.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors