Forum Discussion

wes-shen-poal's avatar
wes-shen-poal
Helper III
8 years ago
Solved

keep row based on a column for duplicate IDs in Power Query

Hi there,   i have a data table with columns ServiceDirectionCode and DateTo     I would like this data table to give me all the different ServiceDirectionCodes, and for the duplicate code...
  • Ashish_Mathur's avatar
    8 years ago

    Hi,

     

    You may use the Group By feature and take the maximum of the DateTo column.