Forum Discussion

brankocareer's avatar
brankocareer
Helper I
2 years ago
Solved

Group by depending on value in another column

Hi all, There are 4 column in Power Query: [Position ID],[Modified Date],[Date],[FTE Count], the data type of [Modified Date] is Date/Time . Data Type of [Date] is Date.   I want to add a ...
  • wdx223_Daniel's avatar
    2 years ago

    =Table.FromRecords(Table.Group(#"Filtered Row2",{"Position ID","Date"},{"n",each Table.Sort(_,{"Modified Date",1}){0}})[n])