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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Twan
Advocate IV
Advocate IV

Analyze in Excel Memory Error

I have a Power BI dataset in the Power BI service and when I try to use Analyze in Excel against the model I receive the error "Memory error: A record (65569 bytes) was encountered that exceeds the maximum page size of the storage object (65528 bytes)." 

 

Twan_0-1603305526138.png

 

I understand that this error is about the size of data in a row being larger than the maximum size allowed in a tabular data model. But, I do not receive this error when I use Power BI desktop to connect to the dataset in the Power BI service which should be using the same API and have the same Analysis Services limitations as using analyze in Excel.  Also, this error is thrown when I try to use fields/measures from any tables in the model.

 

  1. Has anyone run into this error before?
  2. Does anyone know how the size of a row in Power BI is calculated or if it can be viewed in Power BI desktop somehow?
    1. Is the size of a row just the size in that table or is it the combined size of all rows that have a relationship to that table? 
4 REPLIES 4
SRS_Sebastian
Frequent Visitor

//same issue also exists on stackoverflow (https://stackoverflow.com/questions/63155367/how-to-solve-excel-memory-error-a-record-that-exceeds-t...)

 

It would be great if there where a possibility to have the size limit increased or lifted!

 

We encountered the same issue with a PowerBI dataset which is continuously growing as we include more tables (and therefore columns) to the model. The error seems to be specific to excel and not limited to PowerBI. Apparently the size limitation is on a row / record level where a single record exceeds in the case of excel 65528 bytes. Most likely there might be a similar limitation in other tools: https://www.ibm.com/support/pages/record-size-exceeds-internal-limit-65535-bytes

As seen in the IBM help article a potential solution might be to check if there are any columns with particularly long text fields.

I already tried to narrow down the columns which might cause the issue by extracting the table sizes using DAX studio, however, did not find a particular culprit as the size of the columns caused by the number of lines/records does not relate to the size limitation on one record causing the issue in excel. As reference, the largest column in our dataset is the date field in the date table, which according to DAX studio is 10028.046875 KB large, but removing it only decreases the size of the record issue in excel by 40 byte from 92929 byte to 92889 byte.
In case you want to check the same on your dataset (link was already posted by vanessafvg in this tread):
https://exceleratorbi.com.au/table-size-from-power-bi-desktop/

Hence in our case large record size is likely not caused by one particular column but the extensive amount of columns.
As found out with trial and error, the size limitation is affected by all tables available in the dataset even if some might be not connected via relationships.
Interim solution will be to use a subset/perspective of the dataset for excel analysis purposes.

Overall steps to narrow down a solution in your case:
- check for large columns and potentially remove them
- keep your dataset as lean as possible, remove unnecessary / unneeded columns
- work with part of the dataset for excel analysis purposes which only includes the data needed in excel

-> all of these steps will help you to decrease your overall record size until you are below the size limit

Appreciate if someone found and could share a better solution to this issue which does not require the dataset to be reduced in size. This is the best solution I am so far able to come up with.

 

Related posts to this issue:

https://learn.microsoft.com/en-us/answers/questions/238947/azure-analysis-services-and-excel-maximum...

vanessafvg
Super User
Super User

have you tried using dax studio to resolve your issue?

https://exceleratorbi.com.au/table-size-from-power-bi-desktop/

https://www.sqlbi.com/tools/dax-studio/




If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Thanks for the link, I tried out DAX Studio and I am able to pull column size but I need to figure out row size which I do not see an option for when I look through the DMVs.  Do you know if there is a DMV that I am missing that would show row size for a specific table?

hmmm I must admit this is not something I have had to do. There is also the performance analyzer in power bi, but not i am not sure if that will help.

Not sure if you have seen this link, maybe there are some tips in there for you?

https://powerbi.tips/2020/07/analyze-in-excel-the-advanced-method/




If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors