Forum Discussion
learner03
Post Partisan
5 years agoCOUNT formula to include BLANK
I have this formula for COUNT- Count = VAR T1=ADDCOLUMNS(VALUES(ULDs[Location]),"sum",[SUM TOTAL QTY]) RETURN COUNTROWS(T1)-COUNTROWS(FILTER(T1,[sum]<>0)) I want to edit this formula to include ...
- Anonymous5 years ago
Hi learner03
Try it
Count = VAR T1=ADDCOLUMNS(VALUES(ULDs[Location]),"sum",[SUM TOTAL QTY]) RETURN COUNTROWS(FILTER(T1,[sum]<>0 || ISBLANK([sum]))
Anonymous
5 years agoNot applicable
Hi learner03
Try it
Count =
VAR T1=ADDCOLUMNS(VALUES(ULDs[Location]),"sum",[SUM TOTAL QTY])
RETURN
COUNTROWS(FILTER(T1,[sum]<>0 || ISBLANK([sum]))