Table.ReplaceMatchingRows
Syntax Table.ReplaceMatchingRows(table as table, replacements as list, optional equationCriteria as any) as table Description Replaces all the specified rows in the table with the provided ones. The rows to replace and the replacements are specified in replacements, using {old, new} formatting. An optional equationCriteria parameter… Read More »Table.ReplaceMatchingRows