Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

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...