Hi,
I have been going mad at trying to get this to work, but it just returns the full count and not the filtered count I'm trying for.
=COUNT(iif(Fields!PLT_CHECK.value=0,1,0))
and
=COUNT(iif(Fields!PLT_CHECK.value=1,1,0))
it 

Please advice where I'm going wrong.