Forum Discussion
Paginated Export
I have a big paginated report which is more than 250MB when exported to CSV.
is there away that I can export the on schedule? the subcription to sharepoint and onedrive is limited to 250MB.
To export large paginated reports over 250MB on a schedule, use Power BI REST API or Power Automate:
Option 1: Power BI REST API
- Use the Export-To-File API for Paginated Reports. API: POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo Save the export to an external storage location (e.g., Azure Blob Storage).
Option 2: Power Automate
- Create a flow to export the paginated report using the Power BI Export to File action.
- Save the file to a location like SharePoint or OneDrive.
Workaround: Split the report into smaller sections using filters or parameters to reduce the file size.
5 Replies
- rohit1991Super User
To export large paginated reports over 250MB on a schedule, use Power BI REST API or Power Automate:
Option 1: Power BI REST API
- Use the Export-To-File API for Paginated Reports. API: POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo Save the export to an external storage location (e.g., Azure Blob Storage).
Option 2: Power Automate
- Create a flow to export the paginated report using the Power BI Export to File action.
- Save the file to a location like SharePoint or OneDrive.
Workaround: Split the report into smaller sections using filters or parameters to reduce the file size.
- v-ssriganeshCommunity Support
Hi drkusnadi,
Thanks for posting your query in Microsoft fabric community forum.
Exporting large, paginated reports to CSV on a schedule can be challenging due to file size limitations. Here are some strategies you can consider:- If possible, divide the report into smaller sections, each under 250MB. This allows you to export each section separately and combine them later if necessary.
(OR)
- You can create and modify paginated report definition (.rdl) files in Power BI Report Builder. Once the report is configured, you can schedule it to run at specific times and export the results to a CSV file. For more information, refer to the official Microsoft documentation link below.
Export Power BI paginated report to a CSV file - Power BI | Microsoft Learn
If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.
Thank You.- v-ssriganeshCommunity Support
Hi drkusnadi,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
- v-ssriganeshCommunity Support
Hi drkusnadi,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- v-ssriganeshCommunity Support
Hi drkusnadi,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.