Forum Discussion
Sharing Data Relationships
Hi,
I have four tables which all have the same data column but I am having to create either multiple slicers or filters.
E.g. [Country] or [Product]
How can I share this relationship so that I only need to use one filter or sliver?
Kind regards
Dominic
7 Replies
- CrisYanResolver III
Create dimension tables with all the (uniques) Countries/Products/etc you want to filter. Then make relationship between this Dim. Tables and your 4 other tables, and use the Dimension Tables' columns on the slicers.
Regards!
- AnonymousNot applicable
Hi Cris,
This seems like a great idea, but do you have a dummy's guide?
- How can I create a table with this data in?
- How can I create the relationships?
Kind regards
Dominic- AnonymousNot applicable
CrisYan I have created a new table with columns with th shared values in them. But I am struggling to connect this to all of the other tables (which all have at least one of the values in them).