Forum Discussion
theo
Helper III
7 years agopower query code that count duplicates on multicolumn data
Need help on correcting this code to count duplicates this duplicate of current row against all rows. Any help is appreciated Table.AddColumn(Source, "Add",
each List.Count(
Table.SelectRows(
S...
v-chuncz-msft
Community Support
7 years ago