Forum Discussion
Anonymous
5 years agoNot applicable
Match and Count
Hello, I searched for this in the forums, but I think I'm using the wrong terms and it's not a "match and count". I'd like to take the "Employee ID" data and count how many times it appears in the...
smpa01
5 years agoCommunity Champion
Anonymous try this
Column = CALCULATE(COUNTX('Table 1','Table 1'[MGR_EMPLID]),ALLEXCEPT('Table 1','Table 1'[MGR_EMPLID]))- Anonymous5 years agoNot applicable
Perfect, thank you very much!