Forum Discussion
using external libraries jquery angular js and javascript
- 8 years ago
You might use external libraries in custom visuals.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
You might use external libraries in custom visuals.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Can we use HTML files and JQuery as external libraries.
- v-viig8 years ago
Community Champion
You 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