Forum Discussion

pr1ngl3's avatar
pr1ngl3
Regular Visitor
3 years ago
Solved

Calculate calculated fields by row

Afternoon - hoping someone can put me out of my misery....   Using the above as an example... The following Tables have a relationship via a Customer Mapping table Term is a calculated colu...
  • DimaMD's avatar
    3 years ago

    Hi pr1ngl3 Try it maesure

    IF( HASONEVALUE('table'[Customer]),
     [Remaining Revenue],
     SUMX( VALUES('table'[Customer]),
     [Remaining Revenue]))