Forum Discussion

gvg's avatar
gvg
Icon for Post Prodigy rankPost Prodigy
9 years ago
Solved

True/false expression does not specify a column

Hi folks, I am trying to override page level filter on Product with this measure, but it complains that "true/false expression does not specify a column". What am I doing wrong here?   SumAmount8 ...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi gvg,

     

    You messed up with parenthesis here I guess:

     

    SumAmount8 = CALCULATE(SUM(Sales[Amount]),all(Sales[Product]),left(Sales[Product],1)="8")

    HTH,

    Pawel