I made this measure to feed a daily pivot summary of call totals.
=IF(COUNT([Start Time])+.1666667>=30,TRUE)
It's obviously wrong but I don't know how to get it to be COUNTIF.
I want it to say true if it's 30 calls or more during 4 hours from Start time.
Right now it says TRUE if anything is >30 no matter what time.
I tried just making a calculation of Start Time +4 or .166667 and I keep getting an error saying it can't find Start Time and value can't be determined.
=IF(COUNT([Start Time])+.1666667>=30,TRUE)
It's obviously wrong but I don't know how to get it to be COUNTIF.
I want it to say true if it's 30 calls or more during 4 hours from Start time.
Right now it says TRUE if anything is >30 no matter what time.
I tried just making a calculation of Start Time +4 or .166667 and I keep getting an error saying it can't find Start Time and value can't be determined.