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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Michalison
Helper II
Helper II

Counting Resignations

I would like to create a measure that counts the employee resignations by the year chosen on the year slicer - I have done a measure that does not quite work  if I click on year 2021 in the date slicer it then counts resignations for 2021 and 2022 so I obviously have to put in a measure that just counts the year I select - any help would be appreciated

 

Count Resignations = CALCULATE(COUNTROWS(Personnel_Records),FILTER(VALUES(Personnel_Records[Leaving Date]), Personnel_Records[Leaving Date] >= MIN('Date'[Date])),Personnel_Records[Leaving Reason]="Resignation")
1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Michalison 

please try

Count Resignations =
CALCULATE (
    COUNTROWS ( Personnel_Records ),
    'Date'[Date] >= MIN ( 'Date'[Date] ),
    Personnel_Records[Leaving Reason] = "Resignation"
)

View solution in original post

2 REPLIES 2
Michalison
Helper II
Helper II

Thanks thats great

tamerj1
Super User
Super User

Hi @Michalison 

please try

Count Resignations =
CALCULATE (
    COUNTROWS ( Personnel_Records ),
    'Date'[Date] >= MIN ( 'Date'[Date] ),
    Personnel_Records[Leaving Reason] = "Resignation"
)

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.