Forum Discussion
skandar
4 years agoRegular Visitor
Calculation SLA with some data
Hello everyone. I'm a newbie at power bi and still learning everyday through youtube and this forum. I have to make a rapport to show sla, in this rapport i have to display : sla each month (sl...
amitchandak
4 years agoSuper User
skandar , if you need count of ID(say) achieved 90% or more ,
then you need a measure like
countx(filter(values(Table[ID]), [ola calcul]>.9), [ID])
skandar
4 years agoRegular Visitor
there is an exemple of my data which i work with. I don't need to set an "ID">9 because i already have this data.
i need to count nb of achieved, nb of breached and display them per month. Plus of course the calculation of the SLA