Forum Discussion
rayinOz
6 years agoHelper III
Custom 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
6 years agoHelper III
YES... 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
6 years agoSuper User
- rayinOz6 years agoHelper III
Thank you! You have given me everything I need!! WHEW!!!! Boss happy now. 😄
Kind regards
Ray