Hi @jn93 ,
You may use Sort Transformation to delete the duplicate value first.
And then use Aggregate to get the max value(latest timestamp), note that the maximum value returns the maximum value in a group. For more information, see MAX (Transact-SQL). In contrast to the Transact-SQL MAX function, this operation can be used only with numeric, date, and time data types.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.