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
naoyixue1
Post Patron
Post Patron

How to pull visualized table data to send to user as CSV? Although the visual is too big to show

Hey there,

 

I saw some tips to send table data as CSV file to user by power automate, but my challenge is my visual is too big to show the visual. It always pops up error message ' visual exceed the capacity'. Right now, I have to put category as a filter, so user can pull the data separately by different category and then sum up to see the full picture. But it takes some time to do so. I'm thinking whether Power Automate can pull that big table data and send to user as CSV file, even the table will not show any visual (see below) . Does anyone try that before? Thanks! 

 

naoyixue1_0-1715451739468.png

 

1 ACCEPTED SOLUTION
nandic
Super User
Super User

@naoyixue1 here is great article that might help: https://blog.crossjoin.co.uk/2023/06/18/the-visual-has-exceeded-the-available-resources-error-in-pow...
If it doesn't solve the issue, is there any option to import data and refresh it when needed instead of using direct (live) query to database?

Cheers,
Nemanja Andic

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @naoyixue1 

 

If your data source supports pagination, implement pagination in your queries to fetch data in chunks rather than all at once. Most databases and APIs support some form of pagination, which can help in handling large datasets efficiently.

 

 

 

Best Regards,

Jayleny

 

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

nandic
Super User
Super User

@naoyixue1 here is great article that might help: https://blog.crossjoin.co.uk/2023/06/18/the-visual-has-exceeded-the-available-resources-error-in-pow...
If it doesn't solve the issue, is there any option to import data and refresh it when needed instead of using direct (live) query to database?

Cheers,
Nemanja Andic

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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