Forum Discussion
Best practice advice data model
- 3 years ago
Hi Anonymous
I think the one-to-many bidirectional relationship will be better than a many-to-many relationship between table B and D (on ID). Sometimes we cannot avoid bidirectional relationships completely. As the current bidirectional relationship is one-to-many, its filtering result is still accurate.
Best Regards,
Jing
Hi Jing,
Thanks a lot for your response. I will have a look at the links you provided.
So you do not think the bidirectional relationship between B and C is a problem? Or do you know a way to get rid of it? Indeed this is only a small part of the model but I have about 8 or 9 of these similar setups with other tables & slicers.
Thank you!
Martine
Hi Anonymous
I think the one-to-many bidirectional relationship will be better than a many-to-many relationship between table B and D (on ID). Sometimes we cannot avoid bidirectional relationships completely. As the current bidirectional relationship is one-to-many, its filtering result is still accurate.
Best Regards,
Jing