DAX is -
measure = CALCULATE(COUNTROWS(\'tbl\'), (\'tbl\'[status] = 1 || \'tbl\'[status] = 2 ))
which gives me step 1 of excel.
I was able to reproduce my r