Forum Discussion
Thigs
Helper IV
4 years agoData Missing After Relationship Created
Hi all, I am connecting several data sets together. Right now, I am trying to connect a table with the dimensions of all my products (height, weight, etc) to a table that has additional informati...
DataInsights
Super User
4 years ago
Does the product table with additional information have the same grain as the primary product table (one row per product)? If so, you can merge the two product tables in order to have a master product table. This will allow you to have a star schema (dimension tables with relationships to fact tables).