Forum Discussion

ramiro_gonzalez's avatar
ramiro_gonzalez
Frequent Visitor
2 years ago
Solved

Bridge Table

Hi everyone and thank yuo in advance for your wisdom!

 

I'm trying to create a calculated column in one table (Table A) using a bridge table as a filter,

CALCULATE(DISTINCTCOUNT(Table A [Email]), 'Bridge Table'),

so that it gives me, for each email in Table A, the total different emails in Table B. However, it only gives me the total emails in Table B, as if there were no relationship with the bridge table. Do you know why this might be?

 

 

 

2 Replies