Tried a lot but didn't get any expected result.
I need a DAX measure which shows me the second result:
Based on my 2 tables, I need to know how many products is active if they appear in the second table - then 1, else 0
Product1
A
B
C
D
E
F
Product2
A
J
K
A
B
J
F
F
F
The result should be:
Product Measure
A 1
B 1
C 0
D 0
E 0
F 1
Count: 3