Table.Group
Syntax Table.Group(table as table, key as any, aggregatedColumns as list, optional groupKind as nullable number, optional comparer as nullable function) as table Description Groups the rows of table by the values in the specified column,key, for each row. For each group, a record is constructed… Read More »Table.Group