Forum Discussion
Remove duplicates based on values from multiple cells
- 9 years ago
You could modify the formula as shown below.
IsDuplicate = IF ( COUNTROWS ( FILTER ( Logs, Logs[LogCNumber] = EARLIER ( Logs[LogCNumber] ) && Logs[LogTime.1] = EARLIER ( Logs[LogTime.1] ) && Logs[LogID] < EARLIER ( Logs[LogID] ) ) ) > 0, TRUE (), FALSE () )
Hi Anonymous,
Yes, but I'm not sure how to perform an advanced query like this - any tips?
/David
Hi Dbjerring
You go to the menu on the left where there is 3 buttons, and choose the one called "Data". You then right-click your data and choose "Edit query". Then you right-click the column-header of the column where you want to remove duplicates and choose "Remove duplicates". Let me know if this solves your problem.
I'll also gladly elaborate.
- Dbjerring9 years agoRegular Visitor
Anonymous - I don't need to remove them, I have to tag them. And since it's based on values from two different cells, the remove duplicate function isn't enough. Thank you for your elaboration though.
Good day to you sir
- Anonymous9 years agoNot applicable
- Dbjerring9 years agoRegular Visitor
Anonymous - No, I still hope he'll reply.
Do you have any inputs?