I have this table :
Date Person Usable
20140101 AAA TRUE
20140101 AAA TRUE
20140101 AAA FALSE
20140101 BBB FALSE
I want to display the count of usable and the count of not usable filter by date and person.
Date Person Usable Not usable
20140101 AAA 2 1
BBB 0 1
I don't know how create my metrics for the usable and not usable columns