First I used Select to remove the two columns "Weekly Sales" and "Store Volume".
Second I used Sort to sort descending by "TransInYear".
Third I used Filter to select the "South" Region.
Fourth I used Sample to get the first five rows.
Fifth I used Browse to check if my results were correct.