Forum Discussion
Anonymous
3 years agoNot applicable
Finding Course Instructor name for two particular courses.
Hello Ashish I have an ORIGINAL TABLE where I have the following columns: Student Name Student ID Completed Course Course Completion Course Instuctor Name John 1234 MAT1 1 Dr ...
wdx223_Daniel
Community Champion
3 years agoCourse Instructor name for MAT1 = COALESCE(CALCULATE(MAX(YourDataTable[Course Instuctor Name]),YourDataTable[Completed Course]="MAT1"),"Course not found")
- Anonymous3 years agoNot applicable
Hello Daniel,
I used your code, selected the Datatable but I am only getting "Course not found" . I have checked the particular course is present in the course list yet its returning "Course not found".