What is the default cross-filter direction for a one-to-many relationship?
- A Single, from the one side to the many side
- B Both directions
- C Many to one only
- D None until configured
Answer
Single, from the one side to the many side
Single direction is normally correct: a Product dimension filters the Sales fact, not the other way round.





