Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

count

Hi, I would like to get the count of rows for column A when column B, which is year is 2019 i.e. countofrows = CALCULATE( COUNTROWS('table1') , 'table2'[Year] = 2019 )   What is wrong with ...