Is there an easy way to include comma-separated values for 1:N relations in a Table view ?:

Is there an easy way to include comma-separated values for 1:N relations in a Table view ?:
Concat(Filter( Instruments, Type = "String" ), Name & ", " ) produces a string like "Violin", "Cello", "Viola"
Concat() takes a single column table and converts it to a string.