Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
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.
If that is not the case, could you post your table structures with some sample data and your expected result?![]()
Regards
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.
If that is not the case, could you post your table structures with some sample data and your expected result?![]()
Regards
Thank you! This is exactly what I was looking for. You saved my day!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!