Question is grayed out but displays data in background

Cannot do much with this question given that it is grayed out with the play button in front.

   {
  "browser-info": {
    "language": "es-419",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.11+9",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.11",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.11+9",
    "os.name": "Linux",
    "os.version": "5.4.0-77-generic",
    "user.language": "en",
    "user.timezone": "America/Guayaquil"
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "mysql",
      "h2"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "13.2"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.18"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2021-07-08",
      "tag": "v0.40.0",
      "branch": "master",
      "hash": "961caed"
    },
    "settings": {
      "report-timezone": null
    }
  }
}

Hi @rviteri
It looks like you are aggregating a Saved Question. Try opening the original question first, which then updates the result_metadata correctly, since that's used later on.

I have this problem also on latest version whenever I open some query builder questions from a dashboard with one inherited filter. And my questions are not aggregation previously saved questions, are simple display of joined tables


The data stays grayed out on the background with a play button on top.
If I press play, it starts doing science and about half a second after, the play button displays again.
If I go directly into the question it works.
This is a huge drawback as the end users may require download to excel from a dashboard, and for that, they need to drill to the question level, and whenever the play button is highlighted, there's no way to export the data.
This, along with the blank screen issue are preventing me from upgrading from 0.39.0 on PRD.

@drconstantino So this only happens when there's a dashboard filter and on drill-through? Then it sounds like https://github.com/metabase/metabase/issues/13595 is adding things to the question, which causes some problems. But it's too difficult to guess from a single screenshot.