Combines the specified columns into a new column using the specified combiner function.
function (
table
as table,sourceColumns
as list,combiner
as function,column
as text) as table
Combines the specified columns into a new column using the specified combiner function.
Table.Transformation