How to concatenate in dax for more than 2 columns?
Answers
Answered by
0
The text strings to be joined into a single text string. Strings can include text or numbers.
You can also use column references.
example :
ONCATENATE( [FirstName]&" ", CONCATENATE( IF( LEN([MiddleName])>1, LEFT([MiddleName],1)&" ", ""), [LastName]))
Similar questions
Math,
7 months ago
Science,
7 months ago
English,
7 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago