Filter on date in a "date and time column" format

Hi,

I want to filter Reach on today’s date (05/16).

Formula used:
test.Filter(Date= Today()).Reach

I think it does not work because of the time notion in the column format. See below:

Any idea on how I could make it work?

Hey! You can add .ToDate() to convert a date/time to just date for comparison:
image

1 Like

Thanks again @Paul_Danyliuk!