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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Sandeep641
Frequent Visitor

DATEDIFF Working Days MTTR

I have two date columns in created.date and update.date.. I need time difference between these two columns excluding fridays..please help

1 ACCEPTED SOLUTION

Hi @Sandeep641,

Please refer to the following threads, and feel free to ask if you have any other issue.

calculate number of working days between 2 dates
DATEDIFF Working Days 

Best Regards,
Angelia

View solution in original post

4 REPLIES 4
Interkoubess
Solution Sage
Solution Sage

Hi @Sandeep641,

 

Could you please give sample data with expected results and I will make a try.

 

Thx

Ninter

CALCULATE(SUM(Dates[IsWorkDay]),DATESBETWEEN(Dates[Date],
'table1'[date1],'table1'[Date2])))

 

This is the formula I use... between dates that look like below image.. I want to exclude weekends..... but the result that I get is not correct .... when the actual difference is only one day ... I get it as 4 days ... it differs a lot.. can some one please help

 

image.png

Hi @Sandeep641,

Have you resolved your issue?  If you have, welcome to share your solution or mark the right reply as answer. More people will benefit from here.

Best Regards,
Angelia

Hi @Sandeep641,

Please refer to the following threads, and feel free to ask if you have any other issue.

calculate number of working days between 2 dates
DATEDIFF Working Days 

Best Regards,
Angelia

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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