Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a data set that shows Job Report Dates.
I want to calculate basically someone's shift. For the EndofShift I used the Max Job Report Date/Time and then for the BeginningofShift I used the Min Job Report Date/Time. When I do a DateDiff, the data is correct ONLY IF the employee works a shift in the same day.
We have overnight employees who work, let's say 10pm-6am, and the formula will give a value that isn't 8 hours.
Is there a way to remedy this? I'm using a dynamic date slicer to pick individual days to show the Shift Length
Solved! Go to Solution.
You can just have the EndTime subtract StartTime. The result is calculated in days. To get hours, just multiply by 24.
You can also do it with Power Query.
Or you can write an expression like:
=Duration.Hours(Duration.From([EndTime]-[StartTime]))
Regards,
You can just have the EndTime subtract StartTime. The result is calculated in days. To get hours, just multiply by 24.
You can also do it with Power Query.
Or you can write an expression like:
=Duration.Hours(Duration.From([EndTime]-[StartTime]))
Regards,
With the duration.hours, How do I make it not respond -16 when the hours are 4pm to 12am which should be 8
Can you provide some sample data? Specifically, is it a Date/Time column that has the date and the time? What interval are you using for your DATEDIFF?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
75 | |
63 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
64 | |
59 | |
56 |