Forum Discussion

ninjoan's avatar
ninjoan
Frequent Visitor
3 years ago
Solved

Power Bi mathematical measure.

I am quite new to Power Bi I have been learning by watching videos on Youtube, but I have reached a stage where I still don't understand how I can make a mathematical formula.   I have this s...
  • Ashish_Mathur's avatar
    3 years ago

    Hi,

    Shouldn't it just be this measure.  Just format it as %

    SLA1 = DIVIDE([TotalCallSansweredThreshold], ([cTotalLlamadasContestadas] + [cTotalLlamadasAbandonadas])

    My assumption is that all 3 inputs in that formula are explicit measures.