Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Why does PowerBI inserts this code segment to all Custom Visuals?
//de-reference powerbi loaded modules var $, jQuery, _; window.jQuery = window.$ = undefined; window._ = undefined;
And why are these variables still functional using the F12 tools in the browser?
> $("body")[0]
<body class="visual-sandbox">…</body>Wouldn't it be much more convenient to be able to use these already loaded libraries in the custom visuals instead of reload them a second time?
Solved! Go to Solution.
Power BI inserts this code to protect integrated jQuery from being replacented by custom visual's version.
This code isolates PBI libraries from custom visual ones.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Power BI inserts this code to protect integrated jQuery from being replacented by custom visual's version.
This code isolates PBI libraries from custom visual ones.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |