Hello,
I have a student and dept table like this having cordinality (1 to *), meaning a student can be part of multiple department.
How can I find out which all students are linked to a department(count students having link\registered to department )
Thanks you!
Solved! Go to Solution.
@NithinBN , Use these measures to find students not linked. Plot M2 with Student name
M1= Countrows([Department])
M2= Countx(Values(Student[ID]), if( Isblank([M1]), [ID], blank()) )
@NithinBN , Use these measures to find students not linked. Plot M2 with Student name
M1= Countrows([Department])
M2= Countx(Values(Student[ID]), if( Isblank([M1]), [ID], blank()) )
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
119 | |
76 | |
66 | |
51 | |
51 |
User | Count |
---|---|
183 | |
101 | |
80 | |
79 | |
77 |