Different filter values between 'normal' and embedded dashboard

Hey guys,

One of our dashboard filters is showing different values in the drop down between the embedded and non-embedded/normal (not sure what to call this) dashboard.

Our dashboard counts the number of user sessions, and both versions are showing the same counts when the language filter is not used. The filters are also linked.

Non-embedded

Embedded

I've checked the logs and can't see any obvious errors or anything.

Diagnostics:
{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.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.20.1+1",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.20.1",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.20.1+1",
"os.name": "Linux",
"os.version": "5.4.104+",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"bigquery-cloud-sdk"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.16 (Ubuntu 12.16-0ubuntu0.20.04.1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.5.4"
}
},
"run-mode": "prod",
"version": {
"date": "2023-10-20",
"tag": "v0.47.5",
"branch": "?",
"hash": "e7ee12e"
},
"settings": {
"report-timezone": "UTC"
}
}
}

Update - sorry i forgot to mention - the first image (with 4 values) is in the non-embedded dashboard and the second is the embedded version.

In the non-embedded when I select all 4 values, the 'session count' is less than when un-filtered - I'd expect these to be identical.

I've tried re-scanning the filter values too in the database.

I'm trying to debug this without success Problem with blocked linked filters in static embbeded · Issue #35293 · metabase/metabase · GitHub

1 Like