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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mitchpj75
Helper I
Helper I

Days between 2 date columns to be calculated but also exclude saturdays and sundays

Requirement - I am trying to calculate the number of days between 2 date columns ('Date of referral' and 'Date of initial attempted contact) , excluding saturday and sunday.  Then convert the total days to hrs as I need to show whether the time between the 2 dates is <= or => 24 hrs.

 

Method:

1) In Power Query Editor, on table called 'Case atts and case atts values merged', I have a custom column called 'Date of intial attempted contact minus date of referral - KPI 3'. 

The custom query is = [Date of initial attempted contact]-[Date of referral] fields.

This gives me the days between dates.

 

I also have a date table (called 'Date") which sets out a column called 'IsWorkingDay' showing Saturday and Sunday as False (all other days are True).

 

How do I use the date table to exlude saturday and sunday from my custom query of [Date of initial attempted contact]-[Date of referral] days between dates??

 

Really looking for some help as struggling!

 

Thanks!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

2 REPLIES 2
amitchandak
Super User
Super User

@mitchpj75 , refer to the 2nd page - working day on the attached file after the signature of the blog

https://www.sqlbi.com/articles/counting-working-days-in-dax/

https://curbal.com/blog/glossary/networkdays-dax

 

Thank you for the response! I did look at these as the solution but I still struggled however through further searching I was able to do what I need with the following:

 

Watched this first - https://www.youtube.com/watch?v=kRACuS4eKWA

Then used the code here to setup the UI and it worked - https://www.thebiccountant.com/2020/02/20/date-networkdays-function-for-power-query-and-power-bi/

 

All seems overly complicated to work out the number of working days between dates but the solutions worked.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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