Forum Discussion
Apply a filter across mutliple tables
Hi All,
I have a faily standard sales model developed that has customer, product, sales rep etc dims, and lastly a "region" dimension.
The company is seperated into regions, and for each region there is a unique set of customers,products etc.
I am trying to work out a way that when a region is selected all the customers,products and other dimensions will be filtered by this region.
I can't use "both" ways cross filters, as I have multiple facts which makes this ambigious, and I also don't want the behaviour of filtering to only what's in the fact tables.
I also can't use a one-way relationship, as the region table need to link to the fact, and this also causes ambigious paths.
Does anyone know of a technique that when one or more regions are selected (via a slicer or filter) that filter gets applied to all the dimensions, so customer where region_id = "North", material where region_id = "North", sales_rep where region_ID = "North".
Thanks,
edit: Here is a simple model that shows what I need to do. Basically filter all tables by region when one or more regions are selected.