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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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