pranjbhatt
11 months agoNew Contributor III
Select N largest from each group
Hi,
I am building a pipeline to select latest datetime from the data file. I also need the latest value for all source_code (essentially a groupby and then max value of within group). I tried Aggregate function to select MAX over datetime and in the GROUPBY field I added source_code but do not receive the intendent result.
Is there other way ? I have sorted the columns I need to find MAX value.