Forum Discussion
brankocareer
2 years agoHelper I
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 ...
- 2 years ago
=Table.FromRecords(Table.Group(#"Filtered Row2",{"Position ID","Date"},{"n",each Table.Sort(_,{"Modified Date",1}){0}})[n])
wdx223_Daniel
2 years agoCommunity Champion
=Table.FromRecords(Table.Group(#"Filtered Row2",{"Position ID","Date"},{"n",each Table.Sort(_,{"Modified Date",1}){0}})[n])