Why are bidirectional relationships generally discouraged?
- A They create ambiguous filter paths that can produce silently wrong totals
- B They are not supported in Power BI
- C They prevent refresh
- D They increase file size only
Answer
They create ambiguous filter paths that can produce silently wrong totals
Use CROSSFILTER inside a specific measure when bidirectional behaviour is genuinely needed, confining the effect to one calculation.





