I've created a new column below, it works. but how can add 1 more values, say i want count both those with vaule "Direct Mail" and "Mail" or can i use contain, say contain "Mail"
Working:
DM Count gifts = countax(filter('table','table'[Response Channel]="Direct Mail"),'table'[Response Channel])
thanks.