Forum Discussion

Babycakes's avatar
Babycakes
Helper II
2 years ago

Custom column

Hi All 

 

I am attempting to get this custom column in Power Query however not quite correct

 

= Table.AddColumn(#"Changed Type1", "Rate", each if [Shift Start] < #time(18, 1, 0) then "Evening Rate"

 

 if [Shift end] > #time(18, 0, 0) then "Day Rate" else if [Shift End] < #time(18, 1, 0) then "Evening Rate"

If [Shift Start] < #time (05,59,0) then "Evening Rate" else ifIf [Shift Start] < #time (06,00,0) then "Day Rate"

and if [Shift Start] > #time (05,59,0) then "Evening Rate" else null)

 

else if [Shift Finish] > #time(18, 1, 0) then "Evening Rate" else null)

 

 

Shift StartSleepover StartSleepover FinishAllocated Shift Break (mins)Shift FinishWorked Hours in DayShift SplitsTotal shift hoursWeekDay
9:15 AM  01:15 PM4.00 41Thursday
9:15 AM  01:15 PM4.00 42Thursday
9:00 AM  01:00 PM4.00 41Tuesday
9:15 AM  01:15 PM4.00 41Wednesday

1 Reply

  • Your sample data doesn't match your description.  Please check, and please also indicate the expected outcome based on the sample data.