Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Ignore grouping if value is found

I want to write a DAX which count the rows based on the grouping columns  'id' and 'date', but at the same time want to ignore the grouping count if the value contains x.   below is the expected re...