I have a basic star schema as a source for a tabular cube. It has a fact table that has key columns that relates it to a school and student dimension tables (there are others but for the sake of this question let's keep it simple). I've put a single measure called enrollment count
In my BI Model - I have created a relationship between these tables (see diagram below). Note, there is no direct relationship between school and student.
I then deploy my solution to SharePoint and create a power view.
I add the School and Student tables and set them as slicers. I then add my measure from the fact table. The behavior I want is when I click on a school, the student list to filter down. This is the behavior I get in PowerPivot but it does not seem to work in PowerView
My question is..........Is this possible in a PowerView or do I need to create a relationship between school and student?
Thanks in advance
G