Forum Discussion
Sundar1606
Helper I
8 years agousing external libraries jquery angular js and javascript
Product: Power BI Is there any way to add a HTML, Javascript, jquery, angular js or any external library file in Power BI.
- 8 years ago
You might use external libraries in custom visuals.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Sundar1606
Helper I
8 years agoCan we use HTML files and JQuery as external libraries.
v-viig
Community Champion
8 years agoYou can certainly use jQuery in your own custom visuals.
However, HTML files can't be used in iframe but you can load them by using AJAX and parse them as you want.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Sundar16068 years ago
Helper I
Can we able to use third party Javascript plugin such as pivot table or jQuery plugin in Power BI.
- v-viig8 years ago
Community Champion
Yes, that's possbile to use 3rd party libraries with custom visuals.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Sundar16068 years ago
Helper I
Do you have any forums or code related with the pivot table Javascript plugin integration in Power BI