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

DATEDIFF result in fraction just for weekdays

Hi Guys,

 

I want to do a DATEDIFF calculation and get the result in fractions.

 

So I can take the answer in this formula.

 

kazun909_0-1634711680001.jpeg

 

 

But can we change this to get the result only for weekdays and the result in fractions.

 

Thank you.

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Anonymous 

Can you try the following Calculated Column?

Result =  (DATEDIFF( [Date1] , [Date2] , HOUR) - COUNTROWS( FILTER( CALENDAR( [Date1] , [Date2] ) , WEEKDAY([Date],2) IN {6,7} ) ) * 24) / 24

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks @Fowmy

Fowmy
Super User
Super User

@Anonymous 

Can you try the following Calculated Column?

Result =  (DATEDIFF( [Date1] , [Date2] , HOUR) - COUNTROWS( FILTER( CALENDAR( [Date1] , [Date2] ) , WEEKDAY([Date],2) IN {6,7} ) ) * 24) / 24

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

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.

Top Kudoed Authors