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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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!

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 

Alex Potter
Lead Visualization Engineer
Luxoft Inc.
Anonymous
Not applicable

Thanks @alex-potter

sorry for the question, but Im completely new to this side of Power BI.  How do I add this into a power BI report?  

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 

Alex Potter
Lead Visualization Engineer
Luxoft Inc.
Greg_Deckler
Super User
Super User

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


@ 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!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.