Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I 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
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |