Forum Discussion
ninjoan
3 years agoFrequent Visitor
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...
- 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.
Ashish_Mathur
Super User
3 years agoHi,
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.
- ninjoan3 years agoFrequent Visitor
WOW! THANKS!
- Ashish_Mathur3 years ago
Super User
You are welcome.