Forum Discussion
Azucrinador
3 years agoRegular Visitor
Service Level Agreement (SLA) calculation
Dears, good afternoon! I'm having a bit of trouble getting to a result of SLA, in this matter, i want to calculate the SLA percentage of a period in which the service was unavailable. Example: ...
v-yueyunzh-msft
3 years agoCommunity Support
Hi , Azucrinador
Do you mean you want to get the minutes accoding to the Month ?
If this , you can define a parameter to get the minutes, you can use this to get how many days in this month:
DAY(EOMONTH('Table'[Date],0))
Then you can get how many minutes in this month.
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly