Time filter with date range filter

Is it possible to add from and to time filter along with date range filter on dashboards?

Hi @Bhaumik1
Currently no, not with Field Filter:
https://github.com/metabase/metabase/issues/7418 - upvote by clicking :+1: on the first post

I am using custom question but unable to see the time filter

@Bhaumik1
Post "Diagnostic Info" from Admin > Troubleshooting, and which database type you're querying, and which database column type it is.

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.10+9",
"java.vendor": "AdoptOpenJDK",
"java.vendor.url": "https://adoptopenjdk.net/",
"java.version": "11.0.10",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.10+9",
"os.name": "Linux",
"os.version": "4.19.150+",
"user.language": "en",
"user.timezone": "Asia/Kolkata"
},
"metabase-info": {
"databases": [
"mysql",
"h2",
"bigquery",
"clickhouse"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.6"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"date": "2021-02-19",
"tag": "v0.38.0.1",
"branch": "release-x.38.x",
"hash": "0635914"
},
"settings": {
"report-timezone": "Asia/Calcutta"
}
}
}

Type is timestamp

@Bhaumik1

  1. As the issue 7418 points out, only QB question has this option, not dashboards or SQL questions.
  2. I don't know which database you are querying
  3. "timestamp" as in a real timestamp column or a unix timestamp (an integer column)?
  4. What is the Field Type in Admin > Data Model > (db) > (table) > (column) :gear: ?