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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

union of two tables having same column names

I have two tables with data as below

table 1 

 

itemitem2item3item4item5
a2b2c2d2e2
a3b3cd3e3
a4b4cd4e4
a5b5cd5e5

 

 

Table 2

 

productproduct2product3itemitem2item3item4item5product4product5product6
11122233344455566677788899911101221
11122233344455566677788899911101221
11122233344455566677788899911101221
11122233344455566677788899911101221

 

 

I want to add/append table 1 data to table 2 , where table 2 has same columns as table 1 with addtionals columns in it

so my final output should look like below

productproduct2product3itemitem2item3item4item5product4product5product6
11122233344455566677788899911101221
11122233344455566677788899911101221
11122233344455566677788899911101221
11122233344455566677788899911101221
nullnullnulla2b2c2d2e2nullnullnull
nullnullnulla3b3cd3e3nullnullnull
nullnullnulla4b4cd4e4nullnullnull
nullnullnulla5b5cd5e5nullnullnull





1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

3 REPLIES 3
Fowmy
Super User
Super User

@Anonymous 

Append in Power Query: https://1drv.ms/u/s!AmoScH5srsIYgYRHURu-etKZBRdZcw?e=sK0cEc

Fowmy_1-1597919554252.png

 

________________________

Did I answer your question? Mark this post as a solution, this will help others!.

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube, LinkedIn


Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

lkalawski
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Go to the Power Query Editor, select Table 1, go to the Home Page and click Append Queries from the Combine section. 

Choose Table 2 and click Ok. 

 

Ex1.png

 

After this you will see the proper output.

 



_______________
If I helped, please accept the solution and give kudos! 😀 

amitchandak
Super User
Super User

@Anonymous , if you append in power query this should happen

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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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