Forum Discussion
Anonymous
8 years agoNot applicable
Calculate and filter not working
Hello All, I am running some survey stats and have a simple aggregate measure. I am looking to calculate the number of codes in the dataset which have less than 70% respondent agreement. I am us...
- 8 years ago
Anonymous
In that case.....Try Replacing allselected with VALUES
% Agree <70 = COUNTROWS ( FILTER ( VALUES ( Sheet1[course_code] ), [11 % Agree Col] < .7 ) )
Zubair_Muhammad
Community Champion
8 years agoAnonymous
In that case.....Try Replacing allselected with VALUES
% Agree <70 = COUNTROWS ( FILTER ( VALUES ( Sheet1[course_code] ), [11 % Agree Col] < .7 ) )
Anonymous
8 years agoNot applicable
Zubair_Muhammad you're a rock star!
Thanks so much for this, it worked. I'll be able to deliver the report on time now. Thanks again