Forum Discussion

markefrody's avatar
markefrody
Icon for Post Patron rankPost Patron
3 years ago
Solved

Grouping Similar Data Entries but Using Latest Record Only

Hi everyone, I have this data table containg different dates and values. If you can notice there are dates that have similar values: What I want is to make only 1 record for those similar v...
  • AllisonKennedy's avatar
    3 years ago

    markefrody 

    You can use Power Query:

    Group By the columns with the similar values in your example Select columns for Value A, B and C then in the Transform tab > Group By. Then in the section below to add more columns, select Max, then choose the Date column. 

     

    Alternatively you could use 'remove duplicates' after doing a sort and table buffer, but I think Group by is more performant (not sure though).