Forum Discussion

Jhaynie's avatar
Jhaynie
New Member
5 years ago
Solved

Filter Table Results to include certain values

Hello,   I have a Table listing results of promotional activity with each line showing an event, Total Sales, Total Promo Volume, etc which are input as measures.  I have another column in my datas...
  • mahoneypat's avatar
    5 years ago

    Have you tried this simpler expression?

     

    Total Sales  = CALCULATE(SUM('promo dbase'[Total Sales]), 'promo dbase'[Include]="Yes")

     

    Pat