Filtering for Time Ranges in Dashboard

Metabase Version: 0.43.0
Database: MySQL

Issue: Dashboard filters can't filter for a time range. For example, between 6pm and 9pm.

The field from my data model that I am setting my dashboard filter on is a creation timestamp. I am able to filter by a date range in the dashboard, but unlike in the QB I can't filter a time range as well.

  1. Are there any plans to add this feature to dashboard filtering?

  2. Until a feature update, is there any workaround for this, filtering for a time range on a dashboard?

Hi @mere_data_analyst

Upgrade to 0.43.1: https://github.com/metabase/metabase/releases/latest

It is currently not supported:
https://github.com/metabase/metabase/issues/7418 - upvote by clicking :+1: on the first post

The workaround would be to use SQL with two filter variables.

1 Like