Forum Discussion
Anonymous
4 years agoNot applicable
Counting blanks
Hello, Need help with the conditional function like where. I want to count requestID where pending audit = blanks. OMPending QA = CALCULATE( COUNTROWS('CA Omega'), 'CA Omega'[Request ID],'CA O...
- Anonymous4 years ago
Hi, I think i got it
OMPending QA =CALCULATE (COUNT ( 'CA Omega'[Request ID] ),FILTER ( 'CA Omega', 'CA Omega'[Pending Audit] = BLANK () ))
But thanks tho!
Anonymous
4 years agoNot applicable
Hello
Try this :
OMPending QA =
CALCULATE(
DISTINCTCOUNT5CA Omega'[Request ID]°,isblank('CA Omega'[Pending Audit] ))
Anonymous
4 years agoNot applicable
Hi, the CA Omega'[Pending Audit] turns grey