Want to Understand and Mitigate Memory Errors in Power Query/Excel

rkaczano

Board Regular
Joined
Jul 24, 2013
Messages
141
Office Version
  1. 365
Platform
  1. Windows
I am new to Power Query and I have been running into memory issues when using large time series data sets. An I am wondering if it is a usage issue on my end based on me not fully understanding how Power Query handles large data sets. I was hoping someone could clarify a few items for me.

What I am Doing
I have been playing with large hourly data sets that span multiple years (80,000 rows) across 200 categories (200 rows). The data is pulled in from a very large Excel spreadsheet. I have been pulling that data into the Power Query as a Connection. I then have been building additional queries as a “reference” to the first query. For example I may have 2x additional queries (Connection only) as references to the first query. All 3x queries have tables that display the time series data. On that basis I am not really clear if that means that Power Query is holding 3 separate versions of that data set (i.e. 3x the memory) or if it is only holding the data from the first data set. The additional queries simply manipulate the data table from the first query and revise the result in a new table of that new query. I am using 3x different queries as I eventually will want to dump the data - as I step through it - from the 3x tables back into Excel in some form of Power Pivot and thus I want to preserve teach table along the way. A example might be:

- table1 has production data (imported form Excel),
- table2 has multiplies production data buy pricing data (references table1), and
- table3 has production x price data (references table1 and table2).

At this point I am not exporting anything back to Excel yet - the data all resides in Power Query.

What I am Seeing
When I start to run the third query I am prompted with memory errors and the query does not finish running. I can see at the bottom of the screen a status bar showing the MB of data that is begin processed. The underlying Excel spreadsheet is about 90 MB. But when I run the third query the status bar shows MB that go into the +300MB range. This is what has me wondering if I am being inefficient in the way in which I am handling the data.

Any feedback on this would be appreciated in terms of best practices or how “referencing” queries influences data usage etc.

Thanks in advance.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Are you able to provide screenshots of how the raw data looks (redacted if needed) as well as the code to the query that you are having the the memory errors?
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top