Is there a way to propagate a filter from an action to a filter control?

Currently, the Show relevant values option allows me to filter values in a filter control based on other filter controls, but I would like to achieve the same behavior using an action.

Hi @PracticanteIngInd

Actions cannot directly replicate the Show relevant values only behavior on filter controls, as actions target visuals rather than controls. The Show relevant values only option is a native filter control feature that dynamically limits dropdown or list values based on selections in other controls.

As a workaround, use parameters with controls to drive filters across visuals, mimicking dependency for display purposes.

Please refer to the following documentation this might be helpful for you.

1 Like