I have an event list in SP that I am trying to have filtered out for only 30 days out from todays date. Formula seems to check out but the results aren't getting filtered the way I'm expecting them to. I'm still getting results from way past the 30 day date range.
Here's my code.
Filter('Training Dates', 'EventDate' >= DateAdd(Today(),30,Days))

Still learning my way through all this so any help is appreciated.