Forum Discussion
AlexGallet01
9 years agoHelper IV
I need help
Mesure = CALCULATE(SUM(Factures[PFCNMT]);FILTER(ALL(Factures);Factures[Mois.Date] >= DATE(2005;07;01) &Factures[Mois.Date] <= DATE(2006;06;31)))
I don't understand why this is false ? Can you help me please ?
- Anonymous9 years ago
You used the wrong operator for an AND conditional statement. It's && not &.
1 Reply
- AnonymousNot applicable
You used the wrong operator for an AND conditional statement. It's && not &.