Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

CALCULATE Formula

Hi Guys. Got a simple problem, however, for the life of me, I can't seem to work it out.  Basically I've got two tables. One has Total Caseload (Caseload Table) and another one has certain requireme...
  • amitchandak's avatar
    4 years ago

    Anonymous in place of && use comma , or use two separate filter one on each Table

     

    example

    Calculate([Measure], Table1[A] = "ABC", Table2[B] >100)

     

    Calculate([Measure], filter(Table1, Table1[A] = "ABC") ,filter( Table2, Table2[B] >100) )