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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
yaya91
New Member

Power BI Embedded Javascript issue: jquery.js and powerbi.js not available anymore

Hello,

 

I using Power BI Embedded with javascript. It worked fine until now.

It seems that the link microsoft.github.io is not working anymore.

 

Hence I cannot include the following scripts to my app:

 

<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/jquery/dist/jquery.js"></script>
<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/powerbi-client/dist/powerbi.js"></script>

 

Does anyone have an idea where I can find the equivalent files?

 

Thanks in advance for any help.

1 ACCEPTED SOLUTION
yaya91
New Member

Never mind, I managed to find the correct packages from the following project:
https://github.com/microsoft/PowerBI-JavaScript

View solution in original post

2 REPLIES 2
mahartov
Microsoft Employee
Microsoft Employee

Please use CDN url to consume powerbi.js in <script> tag:

 

https://cdn.jsdelivr.net/npm/powerbi-client

yaya91
New Member

Never mind, I managed to find the correct packages from the following project:
https://github.com/microsoft/PowerBI-JavaScript

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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