Forum Discussion
Anonymous
7 years agoNot applicable
Count Distinct IDs Based on two Filter Criteria
I have a table with IDs that I would like to create a measure to count the IDs based on two criteria. I want to count those IDs when the two criteria match Example If Criteria 1 & 2 are...
Anonymous
7 years agoNot applicable
Measure = CALCULATE( CALCULATE(COUNT(test[Column1] ),test[Column2]="usa"),test[Column3]="12345678")
Anonymous
7 years agoNot applicable
Thank you Anonymous
There is multiple matching criteria in the table. Not Only USA or 12345678, there could be Canada and 23456789 or Mexico and 345678910
The idea would be to count ids that fall into those criterias.
Kind regards
Joe