The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
I wanted to join firstname and lastname and put a space between them. I tried to insert a column with this dax formula
Solved! Go to Solution.
You can nest concatenate statements
CONCATENATE(names[First Name], CONCATENATE(" ", names[Last Name]))
Proud to be a Super User! | |
Column = names[First Name]&" "&names[Last Name] should work without the concatenate statement.
Proud to be a Super User! | |
It does work without concat function. Thank you. But if I want to use concat function, how can I insert the space. Thank you again.
You can nest concatenate statements
CONCATENATE(names[First Name], CONCATENATE(" ", names[Last Name]))
Proud to be a Super User! | |
User | Count |
---|---|
86 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
95 | |
75 | |
66 | |
54 | |
53 |