Forum Discussion
Calculated Measure Multiple Criteria?
Hi,
Try this
=COUNTROWS(FILTER(SUMMARISE(VALUES(LearningPlanDetails{UserName]),[UserName],"ABCD",CALCULATE(COUNTROWS(LearningPlanDetails),LearningPlanDetails[Course Completino Status]="Completed")),[ABCD]=COUNTROWS(LearningPlanDetails)))
Hope this helps.
- Anonymous8 years agoNot applicable
Ashish_Mathur & v-jiascu-msft - Thank you for your assistance!
Ashish, I tried your solution but did not get it to work.
Dale, I appreciate your reply but it came off a bit too cryptic for me so I didn't understand it.
That said, I was able to figure out how to get my desired result and it works too good lol. I adjusted the calculated measure the now subtract the incomplete and in progress statuses from the completed statuses in order to get a count of the usernames who only have completed all of their required courses. My issue now is that if there is more than one class that is incomplete or in progress, the count goes below 0 to either -1 or -2. My fear is that these negative numbers are affecting the overall sum of users who have actually completed their training. Is it possible to have the number display as 0 instead of a negative number?
Updated Calculated Measure Logic
- Ashish_Mathur8 years agoSuper User
Hi Anonymous,
Share the link from where i can download your file.