Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Help with measure

Hi Gurus, I am trying to create a measure which counts the values from table A when the same value is found in table B. Table A has other values but we only count the values, which are part of table ...
  • m_alireza's avatar
    3 years ago

    Hi Anonymous ,

    Try this measure: 

    Measure = COUNTROWS(FILTER('Table A',CONTAINS('Table B',[Product],'Table A'[Product])))