Forum Discussion
Power BI not Importing All Records
Anonymous it can definitely handle more than 1,048,501 records so don't discount it yet! I have tables with 5 mm + records I am working with.
ryans Well that's good news and bad news then. I'm happy to hear that PowerBI should be able to handle the size, but now I'm left with my original problem. :catsad:
I hope it's what pqian said and it should be fixed soon.
- pqian10 years ago
Microsoft Employee
Anonymous Give Table.Buffer a try, if it is the issue I mentioned, then it means at 1mil rows the server returned an error, you still need to go chase that down.
Actually you can use any function that breaks folding to the DB and require buffering rows locally. A simple split column should do it too.
- Anonymous10 years agoNot applicable
pqian I tried giving Power Query a try and got the following message:
The query cannot be completed. Either the size of the query result is larger than the maximum size of a database (2 GB), or there is not enough temporary storage space on the disk to store the query result. - pqian10 years ago
Microsoft Employee
That exception is coming from the Access DB...Can you take a screenshot of the error? Maybe your access file is located on a disk that's out of space?