Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I've seen several posts about an export from a table doesn't show all the rows. The posts explain about limitations, but no suggestions (that i can find) on why and how to fix.
My report has one table visual for just exporting. The number of rows is 45,000 and exporting as Excel. All the rows show in Data tab in desktop, and when exporting (desktop or online service), it only has about half the rows. I've tried changing table to matrix and all suggestions i can find.
any other ideas or other things to try?
Hi @Anonymous
maybe this will help
This document describes some considerations that you may take into account.
And also you have to consider, that the table automatically aggregates some data and basically suppresses rows that have no data.
For this reason you may have to tweak your table visualization a little
Here is a very small example
ji @v-diye-msft
I've read thru limitations and the table doesn't have any. the columns do not have any blanks, less than the max rows for xlsx (43,000), no filters and no measures, aggregation turned off...I sent the pbix file to a team member who uses power bi a lot, and he can't see any reason why the table export visual is not exporting all 43,000 rows.
Hi @v-diye-msft
I'm not sure what else to try or any alternatives? I've tried using a matrix and export underlying (desktop and online) and same results. This is a deal breaker for this Power BI report if the end user can't export the raw data and confident all records are exported.
@Anonymous , Try analyze in excel and see if you get better results
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-analyze-in-excel
@amitchandak I've tried Analyze in Excel, however it shows all the raw data from the SQL in a pivot, instead of just the data in the table. The table is pulling from SQL server and shows 6 columns and the goal of the table is for the end user to click and export the data from the table in just a few clicks. if they use Analyze in Excel, i might as well pull the data in Excel and email it..
Did you tried checking 'Underlying data' instead of summarized data?
I tried using matrix and exported as underlying data and same results... there are 43,000 rows in the table (desktop Data tab) and if i try exporting from table or matrix, it returns only 19,000 rows.