Forum Discussion
dhavalu
10 years agoFrequent Visitor
Can we add external javascript file to custom visual?
Hello, Can we add external javascript file to custom visual? If yes can anyone point me at some code or link. I have tried few things like $.getScript(), reference path but no luck. Thanks.
- 10 years ago
Take a look at the QuillWrapper in the textbox visual, it loads javascript dynamically.
You can refer to a CDN or self hosted (needs to be https)
Anonymous
9 years agoNot applicable
Thanks Anonymous
sorry for the question, but Im completely new to this side of Power BI. How do I add this into a power BI report?
Anonymous
9 years agoNot applicable
You are going to want to leverage it in your custom visual code. Documentation on how to get started can be found here: https://github.com/Microsoft/PowerBI-visuals
Alex