Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a Project List with the name of the project, the lead contact, secondary contact and a third contact and an employee list. I'm trying to setup a slicer that will select all rows that a particular employee is involved with.
I'd like to have the All Projects By slicer to contain the names of all employees and filter whether or not an employee is the lead, 2nd or 3rd contact. IE: Brian is selected and it returns all rows where Brian is either the Lead Contact, 2nd Contact or 3rd Contact.
Any Suggestions?
One approach by tricky measures.
Lead Contact_ = IF ( NOT ( ISFILTERED ( Contacts[Contact] ) ) || ( MAX ( yourTable[Contact2] ) = MAX ( Contacts[Contact] ) || MAX ( yourTable[Lead Contact] ) = MAX ( Contacts[Contact] ) || MAX ( yourTable[Contact3] ) = MAX ( Contacts[Contact] ) ), MAX ( yourTable[Lead Contact] ) ) contact2_ = IF ( NOT ( ISFILTERED ( Contacts[Contact] ) ) || ( MAX ( yourTable[Contact2] ) = MAX ( Contacts[Contact] ) || MAX ( yourTable[Lead Contact] ) = MAX ( Contacts[Contact] ) || MAX ( yourTable[Contact3] ) = MAX ( Contacts[Contact] ) ), MAX ( yourTable[Contact2] ) ) Contact3_ = IF ( NOT ( ISFILTERED ( Contacts[Contact] ) ) || ( MAX ( yourTable[Contact2] ) = MAX ( Contacts[Contact] ) || MAX ( yourTable[Lead Contact] ) = MAX ( Contacts[Contact] ) || MAX ( yourTable[Contact3] ) = MAX ( Contacts[Contact] ) ), MAX ( yourTable[Contact3] ) )
See more in the attached pbix file.
You can do it by goto
--> Format --> Edit Interactions
--> Select Slicer and change the dependcy of other slicers to Filter.
I've tried that with limited success.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
71 | |
38 | |
31 | |
27 |
User | Count |
---|---|
91 | |
50 | |
44 | |
40 | |
35 |