Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
What is the best way to join two columns (FName with LName) to create a new field (Name)?
Solved! Go to Solution.
Try creating new column and in the DAX bar type:
Name = Table1[fname] & " " & Table1[lname]
Try creating new column and in the DAX bar type:
Name = Table1[fname] & " " & Table1[lname]
Is it still working in 2021?
This worked for me, thanks!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!