Forum Discussion
apagan
9 years agoHelper I
Count rows in a Table that have a specific value
I am using the formula below in an attempt to count the number of rows in a table that contain a value of "Pass" in a specific column, but this appears to be giving me a count of all the rows in the ...
Greg_Deckler
9 years agoCommunity Champion
Measure = CALCULATE(COUNTAX(Samples,Samples[AnalysisResults]),Samples[AnalysisResults]="Pass")