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
JPiercefield
New Member

Combine two text columns

Hello,

 

I have two columns. 

 

1) Employee First Name

2) Employee Last Name

 

I need to have a column that takes the first initial from column one and combines it with the full name from column two.

 

Example would be

 

1) Bob

2) Sagget

 

Outcome = bsagget

 

What is the best method to use here?

 

Thanks!

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @JPiercefield 

you can use

New Column =
LEFT ( TableName[Column1], 1 ) & TableName[Column2] 

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @JPiercefield 

you can use

New Column =
LEFT ( TableName[Column1], 1 ) & TableName[Column2] 

So simple.. thank you!

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.