I dunno what is causing your problem since i haven't use that syntaxis for GetSelectedCount, the way i use it in order to block a dashboard is this:
If(GetSelectedCount(YourField)>0,1,0)
Here, "1" represents show info and "0" represents don't show info
This is the way i use it, i hope this helps