CONCATENATE, CONCATENATEX – DAX Guide
CONCATENATE: Joins two text strings into one text string.
https://dax.guide/concatenate/
CONCATENATEX : Evaluates expression for each row on the table, then return the concatenation of those values in a single string result, seperated by the specified delimiter.
https://dax.guide/concatenatex/