Forum Discussion
SLA equation
Dear Power BI team,
see the table below, I need the equation to calculate the column SLA.
| DateTimeReceived | DateTime.LocalNow() | Working hours | SLA |
| 3/1/19 7:00 AM | 3/1/19 11:00 AM | from 9:00 till 17:00 | 2h |
| 2/28/19 7:00 AM | 3/1/19 11:00 AM | from 9:00 till 17:00 | 10h |
| 2/28/19 4:00 PM | 3/1/19 11:00 AM | from 9:00 till 17:00 | 3h |
| 2/27/19 4:00 PM | 3/1/19 11:00 AM | from 9:00 till 17:00 | 11h |
Thank you
4 Replies
- v-piga-msftResident Rockstar
Hi Marcel_Licko ,
I still have a little confused about your desired output.
If it is convenient, could you explain your logic to calculate the SLA so that we could help further on it?
Best Regards,
Cherry
- Marcel_LickoRegular Visitor
Hi Cherry,
the calculation of SLA has to be just in the time from 9:00 a.m. till 5:00 p.m.
So when you receive a email before 9:00 a.m. like 7:00 a.m. the count will start from 9:00 a.m. and be calculated only till 5:00 p.m. and again start on next day from 9:00 a.m. to add the hours till the email is removed from the box.
Like 1day = 8 Hours ( from 9 a.m. till 5:00 p.m )
Rgds
Marcel
- v-piga-msftResident Rockstar
Hi Marcel_Licko ,
Sorry, I still confused about your SLA output based on your sample data.
DateTimeReceived DateTime.LocalNow() Working hours SLA 3/1/19 7:00 AM 3/1/19 11:00 AM from 9:00 till 17:00 2h 2/28/19 7:00 AM 3/1/19 11:00 AM from 9:00 till 17:00 10h 2/28/19 4:00 PM 3/1/19 11:00 AM from 9:00 till 17:00 3h 2/27/19 4:00 PM 3/1/19 11:00 AM from 9:00 till 17:00 11h Why is the SLA of the second record is 10 h? Could you explain the logic in details.
Best Regards,
Cherry