Filtering visuals created with different datasets

I am working with two datasets which have a common column called ‘id’. When I add a control to filter id values for all visuals, it works because it exists in both datasets. I am trying to find a way to filter both visuals using the controls created for uncommon columns (column1, column2) based on the shared column (id) like the image below.

I can do it by joining the tables, but it’s not an option since I am using multiple datasets, and all of them are very large.

Hello Acy,

Please refer to this blog post use case 2, may be you find it useful to achieve what you are looking for.

Hope this helps.
Cheers,
Deep

Thanks for the answer.

It seems that the solution mentioned in use case 2 only works for columns that are common to both datasets.