Forum Discussion
Remove duplicate with date condition
- Anonymous7 years ago
In Edit Queries make sure to filter descending on date.
Then add
#"Buffer Table" = Table.Buffer(#"Sorted Rows") in #"Buffer Table"to the advanced editor
After that use remove duplicates on ID, it will remember the order and keep v25.
In Edit Queries make sure to filter descending on date.
Then add
#"Buffer Table" = Table.Buffer(#"Sorted Rows")
in
#"Buffer Table"to the advanced editor
After that use remove duplicates on ID, it will remember the order and keep v25.
- florent-36287 years agoFrequent Visitor
Thanks a lot ; it works !
- LucienF387 years agoHelper I
Hi Anonymous ,
I have the same issue but I want to do it in DAX because I want to keep only the earliest rows from a concatenate create in DAX from 2 different tables... Do you have any idea on how to remove the duplicates but only the latest ones ?
Thanks :)
- LucienF387 years agoHelper I
Hi Anonymous ,
I have the same issue but I want to do it in DAX because I want to keep only the earliest rows from a concatenate create in DAX from 2 different tables... Do you have any idea on how to remove the duplicates but only the latest ones ?
Thanks :)