Power Query
published
Search
K

Table.CombineColumns

Table.CombineColumns

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

Description

Combines the specified columns into a new column using the specified combiner function.

Category

Table.Transformation