Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.