Wrong count in table

Hi 

I have 2 tables.. and from  both tables 

table 1

first nameLast namedepExtension Number
johnJ.ABC455
DavidDABC435
AlexADEF433
RebbacaRDEF450
WilliamWABC9014

 

 

ToResult
455missed
435missed
450answered
9014missed
433answered

and this is table 2

so i try to calculate total missed data from table by creating this formula in blend

 

 

 

 

Case when Result="missed"  then "1" end

 

 

 

 

 

rebma_0-1732169806668.png

 

rebma_1-1732169842387.png

and then calling this formula in table.. but i got wrong count.. 

 

 

 

1 REPLY 1

Your method seems sound. Can you elaborate more about the problem? Did the 1 show up correctly for all the rows it should have? Was the Count correct per row? How off was the count in aggregate?