I'm working on a project that will provide an overview of all of our data for the last 10 years. I have five pivot tables, all filterable by our city wards. Three are based on the same data set I've connected those three to the same slicer.
However, the two remaining pivot tables work off two different data sets. These cross-reference the ward a person lives in against a ward they work in. Both include the same ward field twice, one named wardresidence in the data table, the other named wardworkplace in the data table. In the two pivot tables I've renamed the fields to "Ward" to match the report filter of the first three pivot tables, but because they're on different data sets, I can't link the slicers, which I'd really like to do. Is there any way with VBA or any other method to make this work?
However, the two remaining pivot tables work off two different data sets. These cross-reference the ward a person lives in against a ward they work in. Both include the same ward field twice, one named wardresidence in the data table, the other named wardworkplace in the data table. In the two pivot tables I've renamed the fields to "Ward" to match the report filter of the first three pivot tables, but because they're on different data sets, I can't link the slicers, which I'd really like to do. Is there any way with VBA or any other method to make this work?
Last edited: