Hey guys I am just wondering how to do sequence on alteryx
I have a table below
| WeekEnding | Name | Rate |
| 2021-01-22 | 1 | 5 |
| 2021-01-22 | 1 | 4 |
| 2021-01-08 | 1 | 5 |
| 2020-12-25 | 1 | 4 |
and I want alteryx to get the last 3 recent weeks from the table
So I need to group by the Name and rate and get three weeks only
I have another dates table which contains the WeekEnding - I am thinking of joining my weekstable with table above using weekending as foreign key but that doesn't work