Forum Discussion
Anonymous
2 years agoNot applicable
query to validate rows if dups
hi dears i am facing an problem and i could not solve it in power query my issue is: i have a table which contain transaction ID and status. as you see the transaction id is duplicated ( ...
- 2 years ago
You select both columns > Remove Rows > Remove Duplicates :
Which is in Power Query :
= Table.Distinct(#"yourPreviousStep")