Forum Discussion
nixonyx
10 years agoHelper I
Duplicate data updating
I have a list of service desk incident records. There are some duplicates due to records being reopened. That is a process issue that is not going away any time soon. Currently, when reporting, w...
Greg_Deckler
10 years agoCommunity Champion
I'm thinking something along the lines of Table.Distinct with the optional equation criteria:
https://msdn.microsoft.com/en-us/library/mt260775.aspx
nixonyx
10 years agoHelper I
I'll have a play, thanks for the tip.