Finds the last element within a column, partitioned by the unique values of a separate column
LASTBY(column, partition column)
column
partition column
Returns the last element within a column when grouped by unique values within a partition column
Column of any type
Column containing unique values
Outputs column of values corresponding to the last value within partitioned groups
Last updated 2 years ago