My dataset consists of time and billing data for a professional services firm. Each matter handled by the organization involves multiple timekeepers (Timeslips[Timekeepers]) who work on Matters, buy only one "Responsible Timekeeper" (Matters[ResponsibleTimekeeper]). (Any Timekeeper can be designated as a "ResponsibleTimekeeper", but there is only one ResponsibleTimerkeeper per Matter.)
I am trying to filter the data in such a way that the result shows only values where the ResponsibleTimekeer is also the Timekeeper. I can do this, of course, by putting two slicers on the report, one for ResponsibleTimerkeepers and the other for Timekeepers and choosing the same ID for each slicer. The other thing that occurs to me is that I could create separate measures for each ResponsibleTimekeeper/Timekeeper combination and use a disconnected table to "Switch" from among the combinations.
Can I create a disconnected slicer that simultaneously select both the REsponsibleTimekeeper and the Timekeeper with one stroke?
Thanks.