Forum Discussion
Relationship between multiple facts
- 6 years ago
Hi andy_scott42 ,
For the relationship, recommend you create the star schema instead of circle schema, so you may delete the secondary relationship between table Orders and Assets, and change the Cross filter direction of relationships among the these tables above from Single to Both , which will take these tables treated as a single table. Then when you make some changes in someone table, the other table objects will return corresponding matched result. See more:Create and manage relationships in Power BI Desktop .
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Amy v-xicai
That seems to have fixed my issue and enabled the filters to work as expected.
However this has changed the value of my measures so I'm not sure it is the correct solution.
I was under the impression that setting filters to bi-directional was bad practise as it leads to performance errors and incorrect measure values?
Hi andy_scott42 ,
You may need to change the formula of measure according to the fact value.
Best Regards,
Amy