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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
dhavalu
Frequent 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.

1 ACCEPTED SOLUTION
vincent_1234
Helper I
Helper I

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)

View solution in original post

6 REPLIES 6
vincent_1234
Helper I
Helper I

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
Not applicable

@vincent_1234 hello, sorry for jumping on someone elses thread.  When you say "textbox visual", do you mean the basic textbox which is available in the ribbon bar.  Or are you referring to a Custom Visual?  Im trying to embed a short java script to recall a map from an external https website.

 

Thanks!

Anonymous
Not applicable

I was able to use getScript to grab the leaflet library for a mapping visual         

             $.getScript("https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js", function (data, textStatus, jqxhr) {
//do stuff
}

Alex 

Anonymous
Not 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
Not 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 

Greg_Deckler
Community Champion
Community Champion

I won't say no but I would be fairly surprised if this was allowed for security concerns alone.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.