It would be useful to have an additional optional parameter to the Concat and Concatenate functions for a separator string. This string would be placed between all concatenated strings and not at the end.
For example Concat(MyTable, MyCustomers, ", ")
I am not sure how this could work for Concatenate, but you (Microsoft) made it work in the Power Query M language (Text.Combine).
Thanks.