Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Everyone,
I am working with a data set where I have two columns in the table as "First Name" and "Last Name". Now I want to create a column in the same table as Full Name, where the above mentioned columns will combined and show the data.
Is it possible? If yes, then please guide me how to do that.
Regards
Utsav
Solved! Go to Solution.
Full Name = [first name] &" " & [Last Name]
Full Name = [first name] &" " & [Last Name]