Forum Discussion

Johan-MTM's avatar
Johan-MTM
Helper III
3 years ago
Solved

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