Graph Excluding Bars for Wider Date Ranges

Hi,
I'm finding that my graph is excluding some bars, where I know it is not true, It seems to be working fine on smaller date ranges but once I look at bigger date ranges, they tend to skip.

What is this because? Examples and my query is provided below.

Query: Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.

Hi @natti

Post "Diagnostic Info" from Admin > Troubleshooting.

Try hovering the black triangle in upper-right corner.

{
"browser-info": {
"language": "en-US",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 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",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.13",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.13+8",
"os.name": "Linux",
"os.version": "4.14.219-164.354.amzn2.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"h2",
"bigquery",
"bigquery-cloud-sdk"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "11.9"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.23"
}
},
"run-mode": "prod",
"version": {
"date": "2022-01-10",
"tag": "v1.41.6",
"branch": "release-x.41.x",
"hash": "296635f"
},
"settings": {
"report-timezone": "Asia/Bangkok"
}
}
}

23

@flamber

Hi @flamber,

I added the information above, does this help?

@natti As shown in the warning, you are not aggregating (group by) the column "aov_bucket", which is why you're missing bars, when you have more than 2000 results. So group by that column.

1 Like