Forum Discussion
jessetaylor89
3 years agoFrequent Visitor
How to count a specific value in a column
I'm trying to count how many values are in a specific column that is greater than 90.
jessetaylor89 Try:
Missed = COUNTROWS( FILTER( 'RoadsideInfo', [EventDuration] > 90 ) )
1 Reply
- Greg_DecklerCommunity Champion
jessetaylor89 Try:
Missed = COUNTROWS( FILTER( 'RoadsideInfo', [EventDuration] > 90 ) )