Forum Discussion

poojik's avatar
poojik
Frequent Visitor
8 years ago

Error: DAX comparison operations do not support comparing values of type true/false

I am trying to create a new calcuated field to count all the account names if "ValidationStatus" is TRUE. The formula I am using is :    Validated count = CALCULATE(DISTINCTCOUNT(accounts[name]),FI...