Syntax
Table.FuzzyGroup(table as table, key as any, aggregatedColumns as list, optional options as nullable record) as table
Description
Groups the rows of table by fuzzily matching values in the specified column, key, for each row. For each group, a record is constructed containing the key columns (and their values) along with any aggregated columns specified by aggregatedColumns. This function cannot guarantee to return a fixed order of rows.
Reference Data
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference