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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Johnf78
Regular Visitor

Counting Number of Working Days

Hi All,

 

I would appreciate some help please.

 

I need to count the number of working days between a date range. I have created a new Table using 

MyDate = CALENDARAUTO() and have a Visual Slicer to select the date range. I now want to determine the working hours between those dates so that I can calculate my Utilization %.
 
My expression doesn't work. I have tried a new Measure :
NoOffWorkingHours = COUNTX(MyDate;if(WEEKDAY(MyDate[Date].[Day];2)<6;1;0))*8
 
It is counting weekend days as well as weekdays.  Anyone that can spot my error?
 
In essence, how do I count the number of workdays between the date ranges?
1 ACCEPTED SOLUTION
Johnf78
Regular Visitor

Thanks all,

I manage to solve it by using Sumx in place of Countx

 

NoOffWorkingHours = SUMX(MyDate;if(WEEKDAY(MyDate[Date].[Day];2)<6;1;0))*8

View solution in original post

1 REPLY 1
Johnf78
Regular Visitor

Thanks all,

I manage to solve it by using Sumx in place of Countx

 

NoOffWorkingHours = SUMX(MyDate;if(WEEKDAY(MyDate[Date].[Day];2)<6;1;0))*8

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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