How to count the number of times a name appears across multiple dimensions You can achieve this by writing code in the calculated field like-
IF [C Status (Workitem)] == 'waitingProposal' AND [Max Update] = true THEN [C Id (Workitem)] END
Just keep on adding the fields on which you want to make the count.