March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
91 | |
86 | |
77 | |
49 |
User | Count |
---|---|
164 | |
149 | |
101 | |
73 | |
56 |