Access to current time in custom column

Hi Metabasers

I’m trying to figure out a way to add a custom column to my report that references the current time in its formula as you would in SQL. I want to do something along the lines of:

case([DueDate] > NOW(), "On Time", "Late")

What I’m looking for is the “NOW()” part. Is there a way to do that in custom formulas?

Thanks in advance!
Joe

Hi @JZee
That’s currently not supported:
https://github.com/metabase/metabase/issues/11330 - upvote by clicking :+1: on the first post

1 Like

it has been added in 0.46