Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
df123445
Helper II
Helper II

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.
 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @df123445 

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

vxinruzhumsft_1-1690422215881.png

vxinruzhumsft_0-1690422195345.png

then it can work.

vxinruzhumsft_2-1690422253364.png

 

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.

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @df123445 

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

vxinruzhumsft_1-1690422215881.png

vxinruzhumsft_0-1690422195345.png

then it can work.

vxinruzhumsft_2-1690422253364.png

 

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.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors