Excel Table Exceeds Rows - Options for Pivot Tables

Thaynes

New Member
Joined
Jun 29, 2016
Messages
4
I need to create one pivot table for a report.
My data currently exceeds the rows for excel, so I took the data and put it on different tabs. The headers are the exact same, but instead of one tab with ~1M+ rows, I have two tabs with ~500K.
How can I connect these two tables to one pivot?
Everything I've read seems to indicate that the headers have to be different, with one one header connecting the two tables.

Table one Example

DateCustomer NameRegionDollars TYDollars LY
1 MonthAppleNorth500,000550,000
1 MonthBest BuySouth200,000150,000

<tbody>
</tbody>

Table Two Example
DateCustomer NameRegionDollars TYDollars LY
1 MonthTargetEast250,000225,000
1 MonthFry'sWest1,000,000700,000
1 MonthWalmartNorth660,000880,000

<tbody>
</tbody>

****** id="cke_pastebin" style="position: absolute; top: 226px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
Customer NameRegionDollars TYDollars LY

<tbody>
</tbody>
</body>Any advice would be greatly appreciated.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
You can use Power Query for

whole (1 M + rows) data
or
Append 2 tables (~500 rows) into one table

then create Pivot Table
 
Upvote 0
Thanks - i tried and pivot on the appended data isn't working. still saying i've exceeded the rows.
 
Upvote 0
so it means there is more than 1 M unique rows in column in Rows Area
maybe try Group by Date/Customer Name/Region with Sum TY and LY then PT

(I don't know your data so it's hard to say something more)
 
Upvote 0
Write the data to a text file and add to a data model. You can even split the table into multiple files and have them in One folder then import the folder.

Overall google a bit on Powerpivot and you will find a much more simple solution to handle millions of data rows
 
Upvote 0

Forum statistics

Threads
1,214,545
Messages
6,120,132
Members
448,947
Latest member
test111

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