Cant find "Zoom in"option in the action manu

Hi,
I am new to Metabase and trying to create a chart with drill down from Quarter to Months, but i cant find the zoom in option in the chart. I created the questions using Simple and Complex Questions options.
I need help in creating a drill down i.e., when i click on a Quarter in the bar chart, it should show me the corresponding Months.

Hi @Poojask123
Please post “Diagnostic Info” from Admin > Troubleshooting.
Have you seen this article on drill-through?
https://www.metabase.com/learn/basics/questions/drill-through.html

Hi @flamber.
Sorry what is “Diagnostic Info” ?
I did check the link you shared, but that didnt help much. The Only options i see in my Action Menu is as in the screenshot below.
image

@Poojask123
You can also change the binning in Summarize from Quarter to Month.
This is Diagnostic Info - click the button and paste the information here:

Hi @flamber
Here is the Information :

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "Java(TM) SE Runtime Environment",
"java.runtime.version": "1.8.0_221-b11",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "http://java.oracle.com/",
"java.version": "1.8.0_221",
"java.vm.name": "Java HotSpot(TM) 64-Bit Server VM",
"java.vm.version": "25.221-b11",
"os.name": "Linux",
"os.version": "3.10.0-1160.15.2.el7.x86_64",
"user.language": "en",
"user.timezone": "Etc/GMT"
},
"metabase-info": {
"databases": [
"mysql"
],
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MySQL",
"version": "5.7.33-log"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.6.2"
}
},
"run-mode": "prod",
"version": {
"tag": "v1.37.9",
"date": "2021-02-11",
"branch": "release-x.37.x",
"hash": "a9a7fc8"
},
"settings": {
"report-timezone": null
}
}
}

@Poojask123 If you are an Enterprise customer, then please use the support email.
Otherwise I would recommend just using the latest open source release:
https://github.com/metabase/metabase/releases

But I cannot reproduce this problem - when I have a timeseries with grouped with granularity of Quarter, then clicking the bars/points will allow "Zoom in", which then shows granularity Month.