Event Dime
Dashboard level filter
Events
- When:
- June 4, 2026 · 2:03 PM
- Where:
- Metabase Discussion
- Source:
- Metabase Discussion
Use a view or Model to create a new column with the converted value, then use a Field Filter against that column. Metabase will understand the underlying type is timestamp and allow date/time ranges to be used. Be aware that you won’t have indexing on that column unless you take steps to enable it in ways appropriate for your database engine. For instance, some database systems allow indexing a GENERATED BY.. VIRTUAL column, while others you may have to store the value then index that value.