Forum Discussion
harshagraj
5 years agoPost Partisan
Filter a Measure Value
Hello All, 1. I have created a table for Measure Names to use a Filter,(CycleTime1,CycleTime2) 2.Created Two Columns CycleTime1 = Datediff(Time2,Time1,Sec), CycleTime2 = Datediff(Time3,Time2,Sec) ...
amitchandak
5 years agoSuper User
harshagraj , Try like
UCL Filter = IF(([CycleTime])>[UCL],"Crossed UCL","Not Crossed")
or in Average , STDEV copy the calculation CycleTime , instead of using it
- harshagraj5 years agoPost Partisan
Hi thanks for the reply. I tried the UCL Filter but getting same error. I didnt understand the 2nd Point.
User Just need a UCL filter to see which are the spiked ones.