Afaik by searching on google about this question, Metabase currently doesn't support interval.
You can try to make SQL query as per @flamber suggested : https://stackoverflow.com/questions/17833176/postgresql-days-months-years-between-two-dates
Source topic : Calculating Days Between Two Dates
Cheers