Forum Discussion
koorosh
Post Partisan
6 years agomissing value
Hello Experts, Have a list that shows partners enrolled in courses, how to make a report that shows missed courses by each partner.
- 6 years ago
koorosh , Create new table like
New table =except(crossjoin(all(Table[partner]),all(Table[Course Name])), selectcolumns(Table,"partner", Table[partner], "Course Name",Table[Course Name])) - 6 years ago
cross join expect 2 inputs ,,,, you are including both columns in ALL statement... separate both columns
CrossJoin( all(Sheet1[Partner]), all(Sheet1[Course Name]))
- Anonymous6 years ago
HI koorosh ,
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
koorosh
Post Partisan
6 years agoIn the main table (sheet1) arad enrolled in "A" and "D" course. In the new table, we are looking for missed courses for arad!
Anonymous
6 years agoNot applicable
HI koorosh ,
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)