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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
pbiembeded
Regular Visitor

Export JSON data in to CSV format on button click Of Custom Visual

Thanks for the help in advance.

I have 2 questions :

 

1.  How one can export JSON data into excel or csv from custom visual on Javascript button click event ?

I want to export JSON data into CSV file from Custom Visual on Javascript button click event. My data size could go upto 100MB. Please let me knwo if you have any sugeestions.

2. How I can fix below exception?

I tried export to excel using windows.open on button click, but I am getting below exception: 

Block windows.open  in new window  because the request was made in sandbox frame whoes "allowed-popups" permissions is not set.

Please let me knwo if anyone knows how to fix this exception.

Total I have 2 things.

1 REPLY 1
dm-p
Super User
Super User

Hi @pbiembeded,

Your error is basically that - visuals run in a sandboxed iframe and are not permitted to export data. The only permission currently set is allow-scripts.

It is unlikely that MS will change this, but you can always make a feature request in the GitHub repo for the SDK. There is already one for something similar that you could probably add your voice to.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




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.

Top Solution Authors