Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Kristofferaabo
Helper IV
Helper IV

Create a table with columns from

Hi!
I have three tables (A, B and C), they all have many columns that I use for other stuff but I would like to be able to create a MASTER table pulling three colunms out and merging them into one table.

 

Columns names are: 'Project, Company, 'country'

 

None of these tables are connected

 

Is it ADDCOLUMNS? Summarize or do I have to make three identical tables and then 'append' or merge?

 

Any help/ideas are highly appreciated

 

Kristoffer

1 REPLY 1
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Kristofferaabo,

 

Based on my test, you should be able to use the formula below to create the calculate table in your scenario. Smiley Happy

Table =
CROSSJOIN (
    SELECTCOLUMNS ( 'TableA', "Project", 'TableA'[Project] ),
    SELECTCOLUMNS ( 'TableB', "Company", 'TableB'[Company] ),
    SELECTCOLUMNS ( 'TableC', "Country", 'TableC'[Country] )
)

 

Regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.