I have always created dashboard using questions that queries the original tables. I use the field fielters and it works just fine, as you can see bellow:
But, when I`m using a saved question from a model, even after setting the model metadata to assign the column to the original table, it doesnt work:
HERE I`M QUERYING THE SAVED MODEL AND TRYING TO CREATE FIELD FILTERS.
I know that field_filter on the query is not working because of the alias. The point of using a model is that its getting too complex to manage dozens of dashboards with saved questions
Does anyone knows how to work around this?
{
"browser-info": {
"language": "pt-BR",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"metabase-info": {
"databases": [
"h2",
"mysql",
"mongo"
],
"run-mode": "prod",
"plan-alias": "pro-self-hosted",
"version": {
"date": "2024-09-16",
"tag": "v1.50.26",
"hash": "5a65f46"
},
"settings": {
"report-timezone": null
},
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MySQL",
"version": "8.0.35"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.7.10"
}
}
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.24+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.24",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.24+8",
"os.name": "Linux",
"os.version": "6.1.75-99.163.amzn2023.x86_64",
"user.language": "en",
"user.timezone": "GMT"
}
}```