This is one method for concatenating multiple strings when you have more than two values to use as arguments. = CONCATENATE(Customer[LastName], CONCATENATE(", ", Customer[FirstName])) The above code of Power BI CONCATENATE function will help to concatenate the value present in two columns, ...