Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a column named FullName in which I apply [FirstName] & "" & [LastName] to make full name. Now I need to split a space between first name and last name in FullName column. As you can see below each full name has no space.
Is there a query formula I can use to make a space, e.g Terry Duffy, Rob Walters?
Solved! Go to Solution.
Hey,
using Dax, just use this formula to create a calculated column
Fullname DAX = 'Table1'[Firstname] & " " & 'Table1'[Lastname]
Using the query editor
Hey,
using Dax, just use this formula to create a calculated column
Fullname DAX = 'Table1'[Firstname] & " " & 'Table1'[Lastname]
Using the query editor
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
122 | |
80 | |
47 | |
44 | |
35 |
User | Count |
---|---|
183 | |
84 | |
69 | |
48 | |
45 |