Forum Discussion

AmudhaKumaran's avatar
5 years ago
Solved

SUM based on multiple filters from different tables

Hi Team,   I'm trying to find SUM based on filters from multiple tables that are connected in model.   SUM1 =     CALCULATE (         SUM (Table1[Col1] ),         Table1[Color] IN { "Red", "Ye...
  • v-cazheng-msft's avatar
    5 years ago

    Hi AmudhaKumaran 

    If you want the filters from table2 to filter table1, there must be a relationship path to pass these filters to table1. You can check the relationships in your model to make sure there is a path can pass filters from table2 to table1. Then your dax formula can works well.

     

     

     

    Best Regards

    Caiyun Zheng

     

    Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.