Forum Discussion

kgriendling's avatar
kgriendling
Advocate I
9 years ago
Solved

Cross-Referencing Lists

Is there a way for me to create a separate field that will calculate the sum of one table's column, with the sum of another table's column? 
  • dkay84_PowerBI's avatar
    9 years ago

    You can create a measure that would take the sum of a field and add it to the sum of the other field:

     

    Measure = SUM(Table1[Field]) + SUM(Table2[Field])