Quantcast
Channel: Power Query topics
Viewing all articles
Browse latest Browse all 31040

Creating customised table join

$
0
0

Hi,

 

I have the following scenario for a project I'm doing.

 

I'm importing n queries (n = 1 to 5) which contains all the facts data from different models.

 

I'm also importing m queries (m = 1 to 10) which contains scenario outputs and are linked to the facts data.

 

Say n =2 (n1,n2) and m = 5 (m1,m2,m3,m4,m5). Now m1, m2, m3 are linked to n1 and m4,m5 are linked to n2. I want to create a combined table in Power query which combines data from m1,m2,m3 with relevant data from n1 and m4,m5 with n2 using matching columns, Now I can do it all manually but I really want to build an automated system where if n and m changes I should still be able to join the queries using a couple of parameters and not have to recreate the joining process all the time.

 

I hope this make sense. Would appreciate any help .

 

Abhi

 


Viewing all articles
Browse latest Browse all 31040

Trending Articles