Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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!
User | Count |
---|---|
84 | |
77 | |
69 | |
46 | |
41 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |