Forum Discussion
hmenco
5 years agoFrequent Visitor
Remove duplicates, keep the latest entry (Sharepoint as source)
Hi! I have here a FCONS table that has multiple Reservation No. I only need the LATEST entry of the Reservation No. (highlighted in yellow) I have resolved this before with Table.Buffer...
- 5 years ago
Hi! Thanks for taking time. I have resolved the issue by sorting descendingly the RunDate then partition by Reservation No. - add index column, expand the partition table and remove its duplicates.
lbendlin
Super User
5 years agoImkeF thank you for the warning. Since this is a SharePoint source I assume no query folding is happening and the sort is safe-ish?
ImkeF
Community Champion
5 years agoHi lbendlin ,
no, that's not how I understood the thread:
.." or because when run locally it may constraint the operators in some ways that would make the operation inefficient or impossible to enforce.."
To me this means that even locally evaluated queries won't have a guaranteed sort order.