Hi @TomasG,
Based on the issue that you mentioned, do you want to filter out the latest test for each employee?
Could you please share a bit more about the scenario,is this date a Date and Time column?
I think GroupBy() function could achieve your needs.
I just assume that you have a Date and Time column.
Where do you want to filter out the records, Gallery?
Add a Gallery and set the Items:
GroupBy(SPLits,"employee","Gemp")
Set the Text of the Label within as below:
First(Sort(ThisItem.Gemp,Date,Descending)).Date

Regards,
Qi