Filter by lowest value of week column based on snapshotday column

You can look at this post.

I would make a calculated field that is an ifelse that says is your week field equal to this field ^. If so return ‘True’ else return ‘False’ and then filter only for trues.