I’m working on a Looker Studio report where I have three tables, each created using a custom BigQuery query.
My use case is to display a table only when a specific parameter is set.
Scenario:
- Table 1 → Always visible
- Table 2 → Always visible
- Table 3 → Should only be visible when
ShowTable3 = true
For example:
ShowTable3 = false → Hide Table 3
ShowTable3 = true → Show Table 3
Currently, I can use the parameter inside the custom query to return no rows, but the table visualization still appears with a “No data” message. What I need is the ability to completely hide or show the chart/table based on a parameter value.
Is there any supported approach to achieve this in Looker Studio?
Thanks,
Sanjiv Shinde