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 hel...
- Anonymous9 years ago
You used the wrong operator for an AND conditional statement. It's && not &.
Anonymous
9 years agoNot applicable
You used the wrong operator for an AND conditional statement. It's && not &.