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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
MAruna
Frequent Visitor

Combine two column's into single column

Hi All,

 

i want to combine two columns into single columns 

 

Example :

 

emp1    emp2  Worktype  status salary
300       100          ||             ||          ||

301       101          ||             ||          ||

302       102          ||             ||          ||

303       103          ||             ||          ||

 

Ouput:

EmpId

300

301

302

303

100

101

102

102

 

So i need to combine only emp1 & emp 2 columns only 

 

I tried append quries but the data coming all 

 

Any one idea on this please...

1 REPLY 1
AlienSx
Super User
Super User

Hi, @MAruna 

Table.FromColumns({Source[emp1] & Source[emp2]}, {"EmplId"})

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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