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
Anonymous
Not applicable

DAX for counting employee absence over threshold limit

Hello, I am working on a dashboard that show emplyee abscences. 

 

HR dash.png

 

I am trying to figure out the best way to show a count of days where the abscenses go over the threshold. 

 

The tricky part is that each Cost center has a different limit. In the Pic Above, the CAC/DEFENSE/EMOB limit is 5. so the number of days equal to or greater than the abscence limit would be 3. 

 

Sample Excel 

 

I have attached a sample file that contains adscences for CAC/DEFENSE/EMOB and HR

 

CAC/DEFENSE/EMOB limit is 5

HR limit is 3

 

* also noted in sample file not all time type descriptions are abscences Early Quit and Tardy categories do not count for the abscence total. 

 

** Not showing 2/18 in the sample pic as it was a snow day. 

 

 

 

 

 

 

1 ACCEPTED SOLUTION
JW_van_Holst
Resolver IV
Resolver IV

Here you are:

https://drive.google.com/file/d/1zg6lB-PMDhkAcvZ4pIDZWss1RQQQkG2R/view?usp=sharing 

I made up the treshold for the two Cost Centres and create a Dimension Table for the CC (and related them to the fact table. 

Below the highlight of the soluction:

absence over threshold.png

 

View solution in original post

2 REPLIES 2
JW_van_Holst
Resolver IV
Resolver IV

Here you are:

https://drive.google.com/file/d/1zg6lB-PMDhkAcvZ4pIDZWss1RQQQkG2R/view?usp=sharing 

I made up the treshold for the two Cost Centres and create a Dimension Table for the CC (and related them to the fact table. 

Below the highlight of the soluction:

absence over threshold.png

 

amitchandak
Super User
Super User

@Anonymous , You can try like

countx(values('Date'[date]), if([abscenses]>=3, 1, blank()))

 

based on department you have force the limit

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.