Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowI have two tables (A and B).
Table A has 4 columns.
User ID First Name Last Name Preferred Name
Table B has 1 column named User ID
I want to create a new column named Person Name in Table B based on User ID where I concatenate first name, last name and preferred name.
Example:
Table A
User ID First Name Last Name Preferred Name
123 Sam John NULL
4351 Samuel Hans Samu
Table B
User ID Person Name
123 John, Sam
4351 Hans, Samuel (Samu)
Power BI creats a relationship between the Table A and Table B based on User ID
I understand I need to use related DAX function and concatenate the columns.
can i get the correct syntax.
@im_newbie_123 im_n
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
24 | |
15 | |
13 | |
12 | |
8 |
User | Count |
---|---|
30 | |
22 | |
15 | |
14 | |
14 |