Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |