Hi,
You can use Count () instead.
Try using the below formula.
= Count([User];all) where ([User] = "user1")
Same thing for User2, User3 as below
= Count([User];all) where ([User] = "user2")
= Count([User];all) where ([User] = "user3")
Thanks,
Tanveer.