Introduction
These functions help you find the first or last value in a group of rows, making it easy to pick important data points without sorting manually.
When you want to find the earliest date or first item in a list for each group.
When you need the last recorded value in a series of events.
When summarizing data by groups and want to show starting or ending values.
When comparing the first and last values in a time series or ordered data.
When creating reports that highlight beginning or ending states.