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-

571    Asked by NishantChauhan in Tableau , Asked on Dec 15, 2019
Answered by Nishant Chauhan

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.



Your Answer

Interviews

Parent Categories