Forum Discussion
Relationship with Bridge table
- 6 years ago
Anonymous change to this, double check table and column name, basically filter out blank values. Would appreciate Kudos 🙂 if my solution helped.
Bridge Department = DISTINCT ( UNION ( CALCULTETABLE ( VALUES ( 'Date - Supply'[Department] ), 'Date - Supply'[Department] <> BLANK() ), CALCULTETABLE ( VALUES ( 'Date - Services'[Department] ), 'Date - Services'[Department] <> BLANK() ) ) )
Anonymous what happens if you try to make a relationship? Do you get any error? Make sure there is no blank/null value in bridge table.
Would appreciate Kudos 🙂 if my solution helped.
thanks for your reply parry2k
it ask many to many both relationship for one and one for single relationship.
and one of departments has blank. so in bridge table there is a blank..!
how can i make a bridge without no take blank if it;s the problem?
thanks,
- parry2k6 years agoSuper User
Anonymous how you are creating bridge table?
- Anonymous6 years agoNot applicable
- parry2k6 years agoSuper User
Anonymous change to this, double check table and column name, basically filter out blank values. Would appreciate Kudos 🙂 if my solution helped.
Bridge Department = DISTINCT ( UNION ( CALCULTETABLE ( VALUES ( 'Date - Supply'[Department] ), 'Date - Supply'[Department] <> BLANK() ), CALCULTETABLE ( VALUES ( 'Date - Services'[Department] ), 'Date - Services'[Department] <> BLANK() ) ) )