Custom search failed login for specific AD group

Trying to edit search "All failed Logons" to only include specific AD groups.

I change

(ComputerType & 24 != 0 )

to

(ComputerType & 24 != 0 ) and member_of( Who, 'Domain Admin', true)

But I dont get any result. Any insight? (I cant insert picture from local drive)