Forum Discussion
Anonymous
6 years agoNot applicable
Use Measure to Count How Many Times Value Appears in Another Column
Hi All, I'm trying to see how often the values in one column appear in another column in a different table, and I need the count to change based on filters. The below calculated column does the j...
- 6 years ago
hi Anonymous
You could use this formula:
Measure222 = COUNTROWS(FILTER('Table 1', 'Table 1'[Column A] in VALUES('Table 2'[Column A])))Regards,
Lin
v-lili6-msft
6 years agoCommunity Support
hi Anonymous
You could use this formula:
Measure222 = COUNTROWS(FILTER('Table 1', 'Table 1'[Column A] in VALUES('Table 2'[Column A])))
Regards,
Lin
jenn93g
4 years agoNew Member
I attempted to use this, however it did not bring back the total amount of times the value appeard in the second table.