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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors