Forum Discussion
RMDNA
8 years agoSolution Sage
Merging data from duplicate rows in Power Query
Hi all, I've run into an issue where I need to remove duplicates keys, but keep the row information. As you'll see below, I have a duplicate value for DateLocation key 62446, because it has t...
- 8 years ago
Hi,
Select the DateKey and DateLocation columns, right click and select Group. Now select the aggregation function which you want for each column.
Hope this helps.
Ashish_Mathur
8 years agoSuper User
Hi,
Select the DateKey and DateLocation columns, right click and select Group. Now select the aggregation function which you want for each column.
Hope this helps.
RMDNA
8 years agoSolution Sage
Perfect, thank you. I've always used Group By to find duplicates, but never to merge them before.
- Ashish_Mathur8 years agoSuper User
You are welcome.