Forum Discussion
shanewest
2 years agoNew Member
Relationships and Dim Table issues
I am working with a PowerBI model in which I have 2 separate tables with multiple relationship types, tied to two dimension tables. The two dim tables are a Calendar Table and a unique Route table, w...
- 2 years ago
Read about star schemas. Clearly identify your dimension and fact tables. Only use 1:* single direction relationships.
shanewest
2 years agoNew Member
Thanks for the help! I misunderstood the relationships. Once I fixed that as you suggested, the data is now communicating with each other.