Forum Discussion

lbell's avatar
lbell
Frequent Visitor
8 years ago
Solved

Power query - remove row based on condition and if value exists

the data is similar to the example below Field1  Field2 A       123456 A        125467 B        123456 B        3214   the value in Field2 must only occur once in the table, and the record wit...