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 August 31st. Request your voucher.

Reply
rasalaprashanth
Frequent Visitor

combine tow tables in to one

Hello All, 

I have 2 tables 

table 1

CnameOwnrentalrnpt/f
truckownnonrental01true
truck pleaserental11flase

table 2

CnameOwnrentalrnpt/f
busownrental102true
truck ownrental50flase

 

I need to combine these 2 tables into one, I tried both the merge and the appended.
but I am getting the table side by side not top and bottom.
this is what I am getting when i use merge or append functionality.

 

CnameOwnrentalrnpt/fCnameOwnrentalrnpt/f
truckownnonrental01true

null

nullnullnullnullnull
truck pleaserental11flasenullnullnullnullnullnull
nullnullnullnullnullnullbusownrental102true
nullnullnullnullnullnulltruck ownrental50flase

 

but instead I need to show the table as

 

CnameOwnrentalrnpt/f
truckownnonrental01true
truck pleaserental11flase
busownrental102true
truck ownrental50flase

 

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

append should work in power query, just make sure the column names/data types are the same in both tables:

 

DOLEARY85_0-1681545010718.png

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

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 Solution Authors