Forum Discussion
Johan-MTM
Helper III
3 years agoIs this correct?
Hi! I want to count "id" from the table "public borrower" but only those that are borrower_deleted=FALSE. Number of Borrowers = calculate(DISTINCTCOUNT('public borrower'[id]),'publ...
- 3 years ago
you are using distinctcount which will not count duplicates.
it's called DAX function.
DAX function reference - DAX | Microsoft Learn
ryan_mayu
Super User
3 years agoyou are using distinctcount which will not count duplicates.
it's called DAX function.
DAX function reference - DAX | Microsoft Learn