Forum Discussion

yaya91's avatar
yaya91
New Member
2 years ago
Solved

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.