Forum Discussion
Star Schema cross-join
- 10 years ago
i don't think bidirectional will work with direct query mode
It's not Azure. Here's a sample matrix created from a DirectQuery against AdventureWorksDW.
Count (Distinct) of FactInternetSales.CustomerKey:
Count (Distinct) of DimCustomer.CustomerKey:
Here's the model:
- greggyb10 years agoResident Rockstar
Perform your counts on the fact table, or make sure that every relationship in the chain between two tables has the relationship cross filter direction set to 'Bi-directional'
- fchukoskie10 years agoAdvocate I
Using the key field as an example was contrived. I really want to attributes from the dimension table in a star schema. If we can't, we'll just have to start authoring views to flatten everything (at which point, we probably pick a different tool).
As to the filter, how do I enable that for tweaking so that we can pick "bi-directional"?
- andre10 years agoMemorable Member
i don't think bidirectional will work with direct query mode