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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.