Multiple Tables or mERGE tables in Power Query

Peter083

Board Regular
Joined
Feb 26, 2011
Messages
53
Hi, can someone please help or point me in the right direction for the following:

I have to import 6 tables with transactions from 6 different SQL databases. Each table has exactly the same headings. Before I can use these tables I have to unpivot the same columns in each of the tables.

My question is, is it better to have 6 different transaction tables with similar measures linked to a single calendar table or should these tables be appended to one another. Is there a sound argument for either of the methods ?

Thanks

P
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Definitely append the 6 tables into 1. Reasons include
1. Better compression
2. Less measures to write
3. Less relationships to propagate = more performant.

Join the 6 tables into one in Power Query, then unpivot them all at once.
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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