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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
MartinezData
New Member

Power BI API fails when exporting a report with a large dataset

I'm getting status code 500 when using this endpoint with a report with a large dataset: 

https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group

Large Dataset Storage Format is disabled for this report.

Is there anything I can do to export it using the API?

1 ACCEPTED SOLUTION
Ray_Minds
Solution Supplier
Solution Supplier

Hello @MartinezData  , There are few of the suggestion mensioned you can also try.

1. Enable Large Dataset Storage Format (in the Power Bi Service)

  1. Go to your dataset in Power BI Service
  2. Open Settings
  3. Enable Large dataset storage format
  4. Refresh the dataset

Or via XMLA / Tabular Editor:

  • Set:  DefaultPowerBIDataStorageFormat = Large
    This is the only reliable fix for large exports via API.

2. Reduce the export scope (workaround)

If you can’t enable large dataset format, try:

  • Exporting specific pages only
  • Applying filters to reduce data volume
  • Avoiding visuals with heavy queries

This may work if you stay under internal limits—but it’s not guaranteed because its depend on the data voulume and Dax calculation, how heavely used.

3. Use alternative export methods like mensioned below.

  • Paginated reports (RDL) handle large exports better
  • Break the dataset/report into smaller chunks

 

View solution in original post

5 REPLIES 5
v-echaithra
Community Support
Community Support

Hi @MartinezData ,

May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.

Thank you.

v-echaithra
Community Support
Community Support

Hi @MartinezData ,

Thank you @Ray_Minds , @Deku  for your inputs.
We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.

Thank you.

Deku
Super User
Super User

If you just need the definition and not the data you can use fabric API get item definition 


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!
Ray_Minds
Solution Supplier
Solution Supplier

Hello @MartinezData  , There are few of the suggestion mensioned you can also try.

1. Enable Large Dataset Storage Format (in the Power Bi Service)

  1. Go to your dataset in Power BI Service
  2. Open Settings
  3. Enable Large dataset storage format
  4. Refresh the dataset

Or via XMLA / Tabular Editor:

  • Set:  DefaultPowerBIDataStorageFormat = Large
    This is the only reliable fix for large exports via API.

2. Reduce the export scope (workaround)

If you can’t enable large dataset format, try:

  • Exporting specific pages only
  • Applying filters to reduce data volume
  • Avoiding visuals with heavy queries

This may work if you stay under internal limits—but it’s not guaranteed because its depend on the data voulume and Dax calculation, how heavely used.

3. Use alternative export methods like mensioned below.

  • Paginated reports (RDL) handle large exports better
  • Break the dataset/report into smaller chunks

 

lbendlin
Super User
Super User

How large?  More than 10 GB large?

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.