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! Learn more

Reply
Marcegon
Helper II
Helper II

I need help with a concatenate formula

I am using the following formula to concatenate first and last name.  However, it does not work when the last name starts with a slash (/).  It gives me a null cell.  

 

=[first name]&" "&[last name]

 

first namelast name
 / No spend

 

Any help would be appreciated.  Thank you!

1 ACCEPTED SOLUTION

Thank you!  I replaced "null" (since the first name does not have a value/text) with space and it worked. 

View solution in original post

5 REPLIES 5
ThxAlot
Super User
Super User

=([first name] ?? "") & " " & ([last name] ?? "")


Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



j_ocean
Helper V
Helper V

Run a replace "/" with "" before the concatenation.

Thank you!  I added the replaced the first name and last name values "/" with nothing step before concatenation but I am still getting null.  Any idea why?

I'm not sure, but maybe try using Text.Combine vs &.

Thank you!  I replaced "null" (since the first name does not have a value/text) with space and it worked. 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.