Possible to show Event if Date/Time is in the Future?

I’m showing a list of events. I have an “End Time” column (date/time), and I only want the event to show, if the end time has not passed. Once the end time has passed, the event needs to be hidden from the list.

You can have a condition to only show when end time is after now.

If I recall right, you can’t compare directly to now in the filter, but you can have a math column to get a now value, then compare your end time to that column.