Forum Discussion
evadung
3 years agoFrequent Visitor
Day with latest time
Hello, I have this table. I want to have items with date and latest time. See example. Any idea how to do it? Item Date Amount A 1.3.2023 15:03 1 A 1.3.2023 9:31 8 A 1.3.2023 6...
wdx223_Daniel
Community Champion
3 years agoNewStep=Table.FromRecords(Table.Group(PreviousStepName,"Item",{"n",each Table.Sort(_,{"Date",1}){0}})[n])