I have Brand, Platform, Store name and Username as filters in a dashboard.
I have set up linked filters to reflect only the brands for the selected username and only the stores and platform for selected brand. Also, Brand, store name and platform come from Table A and username comes from Table B. The dashboard is built using a model that has join between Table A and Table B on platform and brand. But upon selecting Brand, relevant values are not showing up in store name and platform filter dropdown.
are all those fields in the same table or in tables that are linked between each other? are all the questions based on GUI questions or on SQL questions with field filters?
I have solved the issue. I created the joined table in postgres database itself and then used that table to create questions in metabase. Now when i link the filters, relevant values are showing up. Turns out using joined model to create questions does not allow to link filters coming from different sources.