Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
jdiruzza
Frequent Visitor

Count with Multiple Selection Slicer

I am trying to find the amount of people that transferred between a group of departments during each month:

 

The data:

EMPLOYEEMONTHDEPTPRIOR MO DEPTTRANSFER
100216FEB55015501N
100216JAN55012255Y
100216DEC2255N/AN/A

 

If the slicer is set to 5501 the expected value is 1.

If the slicer is set to 5501 OR 2255 the expected value is 0.

 

I am looking for a measure with this formula.

Thanks!

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

try this:

 

Measure 9 = calculate(count('Table (5)'[Employee]),'Table (5)'[TRANSFER]="y")
 
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors