Forum Discussion
Anonymous
5 years agoNot applicable
DistinicCountNoBlank Function (Need help excluding a value from the count)
Can I add something to a DistinicCountNoBlank measure to have it not count the word "Unique" ? # SJD Products = DISTINCTCOUNTNOBLANK('ALL POS'[SJD #]) Thanks in advance.
- 5 years ago
Anonymous , Try like
# SJD Products = calculate(DISTINCTCOUNTNOBLANK('ALL POS'[SJD #]), filter('ALL POS','ALL POS'[SJD #] <> "Unique"))
amitchandak
Super User
5 years agoAnonymous , Try like
# SJD Products = calculate(DISTINCTCOUNTNOBLANK('ALL POS'[SJD #]), filter('ALL POS','ALL POS'[SJD #] <> "Unique"))