Forum Discussion
rayinOz
Helper III
6 years agoCustom column, measure or table
Hello community I have a dataset that has two courses per employee (employeeID). Course A and Course B. Each course will have a status "complete" or "incomplete". EmployeeID | Course Name | C...
- 6 years ago
rayinOz
Helper III
6 years agoYES... almost there. This solution is gonna work me thinks.
Follow up. IF both courses are listed as incomplete, the field has a null value.. how do I make it a zero?
Y/N = CALCULATE(COUNT('MI and Cyber (2)'[Course Name]), FILTER(ALLEXCEPT('MI and Cyber (2)','MI and Cyber (2)'[Username]), 'MI and Cyber (2)'[UoM Status]="Completed"))
Ashish_Mathur
Super User
6 years ago- rayinOz6 years ago
Helper III
Thank you! You have given me everything I need!! WHEW!!!! Boss happy now. 😄
Kind regards
Ray