The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a page on my report containing two tables. The top table contains a list of all the teachers and various data about them, but also a few columns with measures counting the number students in each of their classes. For example a column for first period count, second period count, and so on. The bottom table contains a list of all of the students, with a column for period and teacher to show which teacher they have which period.
I would like for when I click on the top table cell for a class count, the bottom table filters to just the students in that class with that teacher. Right now when I click on the cell it filters to all of the students who have that teacher at any point, regardless of class. Does anyone know how to do this?
Currently this is how the page looks:
And this is what it looks like when I click on Johnson's 1st Period Count:
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |