powerpivotlegal
New Member
- Joined
- May 14, 2014
- Messages
- 30
Hello,
I have a database with the following Column Headers:
- Client ID
- Client Name
- Partner ID
- Partner Name
- Primary Team Member ID
- Primary Team Member Name
- Secondary Team Member ID
- Secondary Team Member Name
Each row will have unique values for each column (i.e. a person cannot be in both Partner and Primary Team Member columns).
I need a Master Slicer that looks through the Partner Name, Primary Team Member Name, and Secondary Team Member Name columns and displays all rows/clients that person is assigned to.
Currently, my nested IF formula in PowerPivot looks at all 3 columns, but isn't returning all the correct results.
For example, Client A has John Smith assigned as Partner and Bob Jones assigned as Primary. Client B has Bob Jones assigned as Partner and John Smith as Primary. If I select "Bob Jones" in my master slicer, it is only returning Client B rather than both rows Client A and Client B.
Can PowerPivot do this or only VBA?
Cheers!
I have a database with the following Column Headers:
- Client ID
- Client Name
- Partner ID
- Partner Name
- Primary Team Member ID
- Primary Team Member Name
- Secondary Team Member ID
- Secondary Team Member Name
Each row will have unique values for each column (i.e. a person cannot be in both Partner and Primary Team Member columns).
I need a Master Slicer that looks through the Partner Name, Primary Team Member Name, and Secondary Team Member Name columns and displays all rows/clients that person is assigned to.
Currently, my nested IF formula in PowerPivot looks at all 3 columns, but isn't returning all the correct results.
For example, Client A has John Smith assigned as Partner and Bob Jones assigned as Primary. Client B has Bob Jones assigned as Partner and John Smith as Primary. If I select "Bob Jones" in my master slicer, it is only returning Client B rather than both rows Client A and Client B.
Can PowerPivot do this or only VBA?
Cheers!