Forum Discussion

drkusnadi's avatar
drkusnadi
Frequent Visitor
1 year ago
Solved

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

    1. 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

    1. Create a flow to export the paginated report using the Power BI Export to File action.
    2. 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

  • To export large paginated reports over 250MB on a schedule, use Power BI REST API or Power Automate:

    Option 1: Power BI REST API

    1. 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

    1. Create a flow to export the paginated report using the Power BI Export to File action.
    2. 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-ssriganesh's avatar
    v-ssriganesh
    Community 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)

    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-ssriganesh's avatar
      v-ssriganesh
      Community 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-ssriganesh's avatar
    v-ssriganesh
    Community 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-ssriganesh's avatar
    v-ssriganesh
    Community 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.