Duplicate Budget Data

MikeDBMan

Well-known Member
Joined
Nov 10, 2010
Messages
609
I have a table of data which I'll call budget. It is for a month and all 12 months are exactly the same. Currently I set up to pull in the data 12 times and change the month number each time and then append all those queries into 1 query that has the data 12 times, one record for each month. I think this may be taking a long time to execute and was wondering if anybody has a suggestion on how to speed up this process as I think it slows down the refresh. I need the data for each month so that the budget data can be compared to the actual data for each month.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Are you making any updates or calculations after the 12 have been appended into 1? If so, maybe do those changes on the 12 prior to the Append. This includes filtering out rows, any grouping.

Power Query, while a hefty tool, enjoys tasks with as little data to carry. So remove columns and filter out rows as quickly in your steps as you can.

This will help speed up your refresh a great deal.
 
Upvote 0

Forum statistics

Threads
1,223,391
Messages
6,171,822
Members
452,426
Latest member
cmachael

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