The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I have two columns.
1) Employee First Name
2) Employee Last Name
I need to have a column that takes the first initial from column one and combines it with the full name from column two.
Example would be
1) Bob
2) Sagget
Outcome = bsagget
What is the best method to use here?
Thanks!
Solved! Go to Solution.
you can use
New Column =
LEFT ( TableName[Column1], 1 ) & TableName[Column2]
So simple.. thank you!
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
38 |