Forum Discussion
One to One Relationship
- Anonymous6 years ago
Anonymous - That error indicates that the key column of the dimension (one-side) has duplicates or blanks. To troubleshoot:
- Make sure you're joining on the correct columns.
- Make sure there are no blanks in the key (join) column.
- Make sure there are no duplicates in the key (join) column.
I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.
Anonymous - That error indicates that the key column of the dimension (one-side) has duplicates or blanks. To troubleshoot:
- Make sure you're joining on the correct columns.
- Make sure there are no blanks in the key (join) column.
- Make sure there are no duplicates in the key (join) column.
I also appreciate Kudos.
- Anonymous6 years agoNot applicable
yes, I've gone through those steps and it's still registering the column as a Many column... I have this same issue in another model that I'm working on and I'm stuck as to what to do to resolve it.
- RobbeVL6 years agoImpactful Individual
Happy to help with your dataset...
- Anonymous6 years agoNot applicable
I've fixed it... I'm not exactly sure how, but I re-did the qurey and merge.
On my original join I set the criteria to filter the last report date and join w/ the other source data.
On the new one, I first copied my table then filtered to include only the Latest report, then merged on that. That worked.
Thanks.