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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply

Data exceeds the limit

Hello All,

I'm trying to export some records using 'table' control. The total records are 42,000 but when I'm trying to export it only eported 30,000 and this below waring msg popped up.. any guidance how do I download entire that records..?

 

Data exceeds the limit

Your data is too large. Some data sampling may occur.

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @PowerBIBeginer ;

According to the official documentation:

  • The maximum number of rows that Power BI Desktop and Power BI service can export to a .csv file is 30,000.
  • The maximum number of rows that the applications can export to an .xlsx file is 150,000. The actual number may be lower than 150,000 depending on query limits and visual types.

Using DAX Studio we can get around these limits.

1) Open DAX Studio

2) Connect to your model

3) Copy this code into the main window

EVALUATE( myTable )

4) Go to Output -> Static (Excel) for .xlsx and File (Standard) for .csv

5) Click on Run or press F5

https://en.brunner.bi/post/exporting-data-from-power-bi-desktop-without-limits


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

3 REPLIES 3
v-yalanwu-msft
Community Support
Community Support

Hi, @PowerBIBeginer ;

According to the official documentation:

  • The maximum number of rows that Power BI Desktop and Power BI service can export to a .csv file is 30,000.
  • The maximum number of rows that the applications can export to an .xlsx file is 150,000. The actual number may be lower than 150,000 depending on query limits and visual types.

Using DAX Studio we can get around these limits.

1) Open DAX Studio

2) Connect to your model

3) Copy this code into the main window

EVALUATE( myTable )

4) Go to Output -> Static (Excel) for .xlsx and File (Standard) for .csv

5) Click on Run or press F5

https://en.brunner.bi/post/exporting-data-from-power-bi-desktop-without-limits


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

amitchandak
Super User
Super User

Hi Amit, Thank You for quick reply. But I want to export from power bi desktop. actually there are just Id's which Im trying to get.. Is there any simpler way please

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.