I'm creating a PowerPivot (2010) for teams in my org to use that will show them their complete portfolio of investments. There are multiple ways a team can be associated with an investment (i.e. funding, managing, supporting). I would like to use slicers to allow users to specify which combination of teams and roles define the portfolio they're interested in. So there would be one slicer per investment role and the user could select records where their team was the funding team OR the managing team OR the supporting team. Obviously selecting values from multiple slicers, by default, applies these selections as 'AND' criteria. My question, is there a way to change that behavior to apply the slicer selections as OR criteria or to use selected slicer values in combination with DAX formulas to replicate OR functionality? Thanks.