I have a power query that I would like to only retrieve dates before today. The problem I have is that the query itself (from a webpage) has the month in one column and the day in another column and no year. Is there any possible way that I can only query the dates before today's date.

example.
COLUMN 1 COLUMN 2
January 2
January 3
January 5
March 2
March 6
March 8
March 20
March 22

I would want to exclude anything after today's date (so March 20 and March 22 would not be included). I hope I explained this well enough and I am not sure if this is even possible but thanks for any help I can get.