Hello,
I am looking to create a dependency between two filter controls in Looker Studio.
Currently, I have two controls:
-
Control A (Page-level control) on the Category dimension.
-
Control B (Report-level control) on another dimension (e.g., Subcategory or Product).
My goal is for the user’s selection in Control A (Page Filter) to dynamically limit the list of options displayed in Control B (Report Filter) to only the relevant options.
For example:
-
If I select “Clothing” in Control A (Category),
-
I only want to see “Shirts,” “Pants,” “Dresses” (and not all report options, such as “Televisions” or “Books”) in the dropdown list of Control B.
Currently, both controls independently affect the charts, but the options within Control B are not filtered by Control A.
Is it possible to implement this type of cascading (parent-child) filtering in Looker Studio?
Thanks