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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
nawaswohl
New Member

How to combine two set of data

I would like to combine two excel tables.

Example:
Table one: Customer 'A' and 'B', and revenue
Table two: Customer 'C' and 'D' and 'E', and revenue.

How can I combine them in a chart? I've already tried searching several times for answers, but all I could find is to merge two tables where they have a primary key and where they have the same records in the two tables, but here it is not the case.

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @nawaswohl,

 

Do both Table one and Table two have two columns(Customer and Revenue) like below?

Table A

Customer Revenue
Customer A 100
Customer B 200

 

Table B

Customer Revenue
Customer C 100
Customer D 200
Customer E 300

 

If that is case, you should be able to use Append Queries option in Query Editor to create a new table that contains all rows from Table one followed by all rows from Table two, then show the combined data in a chart.

append query.PNG

 

If that is not the case, could you post your table structures with some sample data and your expected result?Smiley Happy

 

Regards

View solution in original post

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @nawaswohl,

 

Do both Table one and Table two have two columns(Customer and Revenue) like below?

Table A

Customer Revenue
Customer A 100
Customer B 200

 

Table B

Customer Revenue
Customer C 100
Customer D 200
Customer E 300

 

If that is case, you should be able to use Append Queries option in Query Editor to create a new table that contains all rows from Table one followed by all rows from Table two, then show the combined data in a chart.

append query.PNG

 

If that is not the case, could you post your table structures with some sample data and your expected result?Smiley Happy

 

Regards

@v-ljerr-msft

Thank you! This is exactly what I was looking for. You saved my day!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors