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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
JCPO
Helper I
Helper I

Joining/Appending Tables with Calculated Columns

Hi Guys,

 

I have a simple problem which I cant get around. 

I have two tables (A and B) with some similar column names. Basically, I want to create a new table based on similar column names and append it to each other. I can't go through the append query since I have a calculated column. 

 

Sample resultSample result

 

Which expression to best produce the result? 

Thanks!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@JCPO , Try like

union(
selectcolumns(table1,"ColA", table1[Column A],"ColA", table1[Column B],"ColF", table1[Column F]),
selectcolumns(table2,"ColA", table2[Column A],"ColA", table2[Column B],"ColF", table2[Column F])
)

 

Or

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@JCPO , Try like

union(
selectcolumns(table1,"ColA", table1[Column A],"ColA", table1[Column B],"ColF", table1[Column F]),
selectcolumns(table2,"ColA", table2[Column A],"ColA", table2[Column B],"ColF", table2[Column F])
)

 

Or

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

camargos88
Community Champion
Community Champion

Hi @JCPO ,

 

You can do it using Power Query, if the column names are the same, it will append.

How is your calculated column ? Can you do it after append them ? If no, it will apply only for the table you are creating, leaving null values for other appended tables.

 

Ricardo



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.