Hello!
I have a sheet which is sourced from BQ using Data connector, on which i have applied a pivot table:
When trying to add a slicer to the pivot table and using the connected data as the data range, i get the corrected list of columns, but unfortunately, when i choose a column, it doesn't display the available values on which i can filter on ("Filter on values"), i only get the "Filter by condition" option:
In case i create an extract of the retrieved data, it is limited to 100k rows whereas my data is bigger than that.
Can anyone please advise on a possible solution to that?
Thank you!
Hello @chirinek ,
I remember I had the same problem with the row limit that the Bigquery connector has to a spreadsheet.
I would recommend creating your charts in Google's Locker Studio/Datastudio, here is the product documentation that has a very quick connection to Bigquery and a very versatile chart creation guide.
https://cloud.google.com/bigquery/docs/visualize-looker-studio?hl=es-419
Hi @chirinek it seems the issue you’re encountering is tied to how Google Sheets handles live connections to BigQuery data. Since the data is dynamically queried and not fully loaded into the sheet, certain features, like "Filter on values" in slicers, may not function as expected. Here are a few suggestions to help you work around this limitation:
1. Extract Data into the Sheet
2. Filter Data in BigQuery Before Importing
3. Use a BI Tool for More Advanced Features
4. Custom Scripts for Slicers