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() ) ) )
Sorry can you write all of them please? because when i tried to put ;Department <> blank () ) at the end of my dax, it doesn't work.
Anonymous can you paste your code rather than image?
- parry2k6 years ago
Super User
also what you mean by it doesn't work, you have to be more detailed. and provide the full error message your are getting. I cannot make assumption what error message you are seeing.
- parry2k6 years ago
Super User
amitchandak not sure how it is different than what is already there, it just need to filter blank values.
- amitchandak6 years ago
Super User
parry2k , Sorry, I missed some of your updates. there was a time lag between I open and respond.
I just suggested the solution worked for me.
- parry2k6 years ago
Super User
amitchandak understood, basic proble was totally different and that's why I was just wondering how your solution will help.