Create a calculative field as,
IF YEAR(TODAY())=YEAR([DATE_FIELD]+1 AND DAY(TODAY())=DAY([DATE_FIELD]) AND MONTH(TODAY())=MONTH([DATE_FIELD]) THEN [DATE_FIELD] ELSE "0" END
Drop the created field into sheet and now use this field to filter out data and show visuals.
Hope this helps you.