I can't filter in the column

I created a model based on a view, but I can't filter the columns, it appears as if it were a block icon and doesn't allow me to apply the filters I want. Could anyone tell me what it could be?

Hi @willian
Post "Diagnostic Info" from Admin > Troubleshooting.
How is that Model created - from GUI or SQL base? And do you use Custom Column?

Created from the SQL base, and I'm not using a custom query, I can filter from the filter button above at the time of the query, but not directly on the column I select

@willian Post "Diagnostic Info" from Admin > Troubleshooting.

{
  "browser-info": {
    "language": "pt-BR",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.13+8-LTS",
    "java.vendor": "Red Hat, Inc.",
    "java.vendor.url": "https://www.redhat.com/",
    "java.version": "11.0.13",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.13+8-LTS",
    "os.name": "Linux",
    "os.version": "5.10.130-118.517.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "UTC"
  },
  "metabase-info": {
    "databases": [
      "sqlserver",
      "postgres",
      "h2",
      "clickhouse"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "14.3"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.3.5"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2022-08-04",
      "tag": "v0.44.0",
      "branch": "release-x.44.x",
      "hash": "d3700f5"
    },
    "settings": {
      "report-timezone": "Brazil/East"
    }
  }
}

@willian Upgrade to latest 0.44.6: https://github.com/metabase/metabase/releases/latest

1 Like

I updated the version, but the error remains

@willian I'm not sure exactly what you are doing, but I'm guessing you're seeing https://github.com/metabase/metabase/issues/15333 or https://github.com/metabase/metabase/issues/25927 then. I cannot reproduce, but you haven't included very clear steps.