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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
nmhung49
Helper II
Helper II

Combine Data with Different Columns on Multiple Sheets into a Single Sheet

I have 2 sheets with data

Sheet 1

Product Group 1     Customer     Produc Group 2    Amount

A                               Hiti              Arg                       10

B                               Van             Bra                         20

Sheet 2

Product Group 2    Produc Group 1    Customer    Amount

Vie                               C                      Chien                 30

Tha                              D                       Tu                      40

 

Now I want combine 2 sheet to 1 sheet in Power query or Power Bi, How?

Product Group 1     Product Group 2     Customer    Amount

A                               Arg                       Hiti                       10

B                               Bra                        Van                      20

C                               Vie                        Chien                   30

D                               Tha                       Tu                        40

 

Thanks for your help!!

3 REPLIES 3
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @nmhung49 ,

Based on my test, you could achieve this result by using append function, but you need to make sure each of column name is same with the other table:

Table 1

1.PNG

Table 2

2.PNG

Append the two tables:

3.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @v-danhe-msft 

If I add a table 3 into data, it does not automatically update to the append1 table.

How way have we to automatically update it?

Hi @nmhung49 ,

If you want to append files automaticlly, you need to get data form files, you could refer to below link to have a view:

https://community.powerbi.com/t5/Desktop/Get-data-from-folder-and-append/td-p/526274

 

Regards,
Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors