Forum Discussion
Anonymous
5 years agoNot applicable
Manage relationships
Hey everyone, I've received a PBI file with tables who are linked together in a circle instead of relationships from one central table who is linked to the other tables. And secondly, the relatio...
Greg_Deckler
Community Champion
5 years agoAnonymous Hmm, well real world data is messy and often does not conform to star schema designs. What you have there looks to be the classic solve for a many-to-many relationship between two fact tables essentially. Generally when you see that design you want both of those relationships to the bridge table to be Both and I don't see that it would cause a problem if you did that.