Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Help with gauge showing blank values

Hi    I could do with some help with a guage visulisation    The guage is showing the % of tickets that have been resolved withtin their SLA during a selected month    At the beggining of the m...
  • evandrocunico's avatar
    7 years ago

    Hi Anonymous , 

     


    RESOLUTIONSuccessRate = var __SLA = CALCULATE(COUNTA(opencall[ResSLA]),opencall[ResSLA] ="Achieved SLA") / CALCULATE(COUNTA(opencall[ResSLA]))
    var __result = if (ISBLANK(__SLA);1;__SLA)
    return __result

     

    regards.