Large Excel files in Powerpivot - best practice?

Bilingual

Board Regular
Joined
Oct 1, 2010
Messages
186
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi, i have 3 xlsx. files in exactly same format each numbering about 750.000 rows, i can export either as xlsx, csv or txt.
I have tried in vain to create a single Excel file by copying data in one file, but Excel crashes every time.

So here is my questions:

1. Can i consolidate the files in any way in Powerpivot? - i have tried using Consolidate in Power Query but im not sure how to use it.
2. Any alternatives? - consolidate the data in Access and then use it in Powerpivot?
3. Will exporting the data in .txt or .csv make it less memory heavy?

I only have access to Office 2013 32 bit on my work, which I unfortunately can not change to 64 bit.

Kind regards Daniel
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hello, Daniel

I'm unclear what you want to do.

If it helps, any version of Excel in the last 20 years can make a pivot table from the three files - so you can have three data files & a pivot table in its own file (or in one of the three data files). Like Sandy already answered, ALT-D-P to get started. Then choose external data source & follow the wizard. For the three files, the SQL can be like below.

HTH

Code:
SELECT *
FROM first
UNION ALL
SELECT *
FROM second
UNION ALL
SELECT *
FROM third
 
Upvote 0
Hi Fazza
I need Powerpivot to relate to other Tabels and to create a Pivot from there.
The Excel files are exported from SAP and are each a dataset for one year.
Its not usually a problem, but because of the huge size of the Excel files i can not in Excel combine to one sheet.
 
Upvote 0
So use PQ with DataModel for these three excel files then relate it with other tables in PowerPivot and create PivotTable as result to the sheet
 
Upvote 0
Hi Fazza
I need Powerpivot to relate to other Tabels and to create a Pivot from there.
The Excel files are exported from SAP and are each a dataset for one year.
Its not usually a problem, but because of the huge size of the Excel files i can not in Excel combine to one sheet.

I understand you want Powerpivot.

However I'm not sure you understand that the task can be done with normal pivot tables - any pivot table can join data from three source files. There is no need to combine the source data to one sheet.

Anyway, have you now got a solution with power query?
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,174
Members
448,870
Latest member
max_pedreira

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