Hi all, I am wondering if/how i can modify either my slicer settings or my data in order to achieve a regular looking slicer that acts more like a filter for 'contains' rather than equals...
So i have a table with a list of my teams and another table with a list of tasks and which teams are responsible for them...
I'd like the slicer to display the list of Teams, but filter the task table by the "Team Responsible" column as though the filter were behaving as if the column "contained" the selected value from the slicer rather that was equal to that selection...
Team List Table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Teams[/TD]
[/TR]
[TR]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]Team 2[/TD]
[/TR]
[TR]
[TD]Team 3[/TD]
[/TR]
</tbody>[/TABLE]
Task Table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task Type[/TD]
[TD]Team Responsible[/TD]
[/TR]
[TR]
[TD]01[/TD]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]02[/TD]
[TD]Team 1 or Team 3[/TD]
[/TR]
[TR]
[TD]03[/TD]
[TD]Team 2[/TD]
[/TR]
</tbody>[/TABLE]
So for example I am trying to get the slicer to show the 3 Team values, not including a "Team 1 or Team 3" value. And if Team 1 is selected, the Pivot Table would filter to include both Task Types 01 and 02...
Is this possible either through some sort of slicer setting or via changing the Team Responsible data to some other format such as "Team 1; Team 3" whereby the slicer would recognize the cell holds 2 values rather than 1?
Also, I have these tables in my data model and they are linked to other tables, so just adding another row for Task Type 02 so that i have one row for each of Team 1 and Team 3 doesn't work as the Task Type is my primary key for my relationships with other tables...
I haven't had any luck experimenting with different cell value formats and can't seem to find anything on the internet that answers this question.
Thanks,
Joe
So i have a table with a list of my teams and another table with a list of tasks and which teams are responsible for them...
I'd like the slicer to display the list of Teams, but filter the task table by the "Team Responsible" column as though the filter were behaving as if the column "contained" the selected value from the slicer rather that was equal to that selection...
Team List Table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Teams[/TD]
[/TR]
[TR]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]Team 2[/TD]
[/TR]
[TR]
[TD]Team 3[/TD]
[/TR]
</tbody>[/TABLE]
Task Table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task Type[/TD]
[TD]Team Responsible[/TD]
[/TR]
[TR]
[TD]01[/TD]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]02[/TD]
[TD]Team 1 or Team 3[/TD]
[/TR]
[TR]
[TD]03[/TD]
[TD]Team 2[/TD]
[/TR]
</tbody>[/TABLE]
So for example I am trying to get the slicer to show the 3 Team values, not including a "Team 1 or Team 3" value. And if Team 1 is selected, the Pivot Table would filter to include both Task Types 01 and 02...
Is this possible either through some sort of slicer setting or via changing the Team Responsible data to some other format such as "Team 1; Team 3" whereby the slicer would recognize the cell holds 2 values rather than 1?
Also, I have these tables in my data model and they are linked to other tables, so just adding another row for Task Type 02 so that i have one row for each of Team 1 and Team 3 doesn't work as the Task Type is my primary key for my relationships with other tables...
I haven't had any luck experimenting with different cell value formats and can't seem to find anything on the internet that answers this question.
Thanks,
Joe