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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mohanraj50
Regular Visitor

how to implement visual Sandbox chart in powerbi.what are the steps to implement visualSandbox chart

https://i.stack.imgur.com/y7Zqk.png 

https://i.stack.imgur.com/RHUjp.png 

https://i.stack.imgur.com/jzBil.png 

 

kindly refer to the above image link. Unfortunately, the author did not provide any information on the type of chart used (or how he created it). I have tried searching for the chart in the Custom Visuals gallery of Power BI (Custom Visuals) but could not find any chart which was a close match to it.

iframe mentioned visual sandbox.

 

<iframe class="visual-sandbox" sandbox="allow-scripts" name="visual-sandbox" width="1014" height="262" src="https://app.powerbi.com/ipaddress/visualSandboxMinimal.html?=&amp;plugin=PBI_CV_522F2011_DD5A_44D2_A8ED_456F3931DF78&amp;locale=en-IN" style="width: 1014px; height: 262px;"></iframe> 

 

Any information or links on how to create it would be highly appreciated. 

1 REPLY 1
v-xiaotang
Community Support
Community Support

Hi @mohanraj50 

visual sandbox is not a visual.
it just provides a layer of isolation for each custom visual by hosting it in a dedicated iFrame. Your code and dependencies are injected dynamically into the iFrame. It ensures you don’t have conflicts with other visuals/elements on your page and removes access to APIs that you shouldn’t be using in your custom visuals.
FYI:
https://powerbi.microsoft.com/nl-nl/blog/custom-visuals-sandbox/

 

so if the author didn't provide any information further or upload it to APPSource, we can't get it. but you can design it yourself by https://powerbi.microsoft.com/en-us/developers/custom-visualization/

 

 

Best Regards,

Community Support Team _ Tang

If this post helps, please consider Accept it as the solution✔️ to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors