Forum Discussion
heimk008
8 years agoFrequent Visitor
Remove duplicate rows based on max value of a different column
Hello! I have a set of data that I am trying to remove duplicates from based on the number of filled cells per row. The data is form submissions that have a person's email address and then a numb...
- 8 years ago
Yes:
MarcelBeug
Community Champion
8 years agoA known issue with sorting and removing duplicates is that you need to buffer the table in between.
You might wrap your sort step like: Table.Buffer(your sortcode).
heimk008
8 years agoFrequent Visitor
still relatively new to Power BI, what does "wrap your sort step like: Table.Buffer(your sortcode)" actually mean? are you able to show me by chance?
- MarcelBeug8 years ago
Community Champion
Yes:
- JamesB231 year agoNew Member
Thanks for this 🙌