Forum Discussion
Anonymous
5 years agoNot applicable
Coalesce replace Blank
For showing the count which replaces the Blank to 0 at the cart, I have been using the following dax query: Cases = var caseCount = DISTINCTCOUNT(DD_FLU_DEMOGRAPHIC[Case ID]) return IF(ISBLANK...
Anonymous
5 years agoNot applicable
Hello Anonymous
You can try this code.
Cases = DISTINCTCOUNT(DD_FLU_DEMOGRAPHIC[Case ID]) + 0