Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

group by total data not updated

I have a master table that shows which student registered for a course:

STUDENT IDCOURSE
1234

xyz

5678

xyz

1234

abc

 

beneath that I have a table with extra details about students,  connected with a 1:many   so when a course is selected only the relevant info about the registered students is shown (student_details). 

STUDENT ID

AGE

 

 

 

GRADE
123420A
567822B
987621B

Now with my question: 

I have created a new table (grades)with agregate data about students grades:

 

gradeTotal
A60
B80
C

120

 

grades= GROUPBY(student_details,student_details[grade],"Total",COUNTX(CURRENTGROUP(),student_details[STUDENT ID]))
 
I've connected my new table "grades" to "student_details" via the grade field. But when I click on a specific course the chart with "grades" data is not updated. 
 
I hope this make sense & thanks in advance for any help.
 
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous 

    After testing, you need to change the "Cross filter direction" to both among the three tables.

    then it can work.

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous 

    After testing, you need to change the "Cross filter direction" to both among the three tables.

    then it can work.

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.