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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
FilipFireFlyBI
Resolver I
Resolver I

Workschedule starttime sum hours per employee/day/type

Hi all,


I have a large workschedule table (see example blue table) for employees, only with start datetime (so no end datetime)

Now I want to know the scheduled hours per employee/day/type. See the white answer column for what I need.

 

Note that the first column dayscheduleid is a unique number column, ordered from oldest number to number.

 

The solution may be created as a calculated column in M (preferred). A DAX calculated column is also OK. A measure is not preferred.

 

see here the link to the blue table that you can use in PowerBI desktop: https://www.dropbox.com/scl/fi/c6kbneps1701l9u8505iz/Workschedule.xlsx?dl=0&rlkey=9kmaqjcf3tk82o9ezv...

 

Thanks!

 

FilipFireFlyBI_0-1678965206119.png

 

1 ACCEPTED SOLUTION
FilipFireFlyBI
Resolver I
Resolver I

I found a solution myself using
1) create a new Index column

2) add calculated column next row = LOOKUPVALUE(Workschedule[startdatetime],Workschedule[Index],Workschedule[Index] + 1)

please note thet I need some extra logic for when the table goes from employeeID 2100 to the next ID 3500



FilipFireFlyBI_0-1678972607560.png

 

View solution in original post

3 REPLIES 3
FilipFireFlyBI
Resolver I
Resolver I

I found a solution myself using
1) create a new Index column

2) add calculated column next row = LOOKUPVALUE(Workschedule[startdatetime],Workschedule[Index],Workschedule[Index] + 1)

please note thet I need some extra logic for when the table goes from employeeID 2100 to the next ID 3500



FilipFireFlyBI_0-1678972607560.png

 

Idrissshatila
Super User
Super User

Hello @FilipFireFlyBI ,

 

check if this solution would work for your case
https://youtu.be/6JA6uy3ZRBA

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




thanks for fast reply but that was not the solution. 
reason is that in my problem I need the next row. 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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