Forum Discussion

laura_ESNH's avatar
laura_ESNH
Frequent Visitor
5 years ago
Solved

Sum of Calculated Measure

I am managing a program where we are tracking individuals weight loss and the overall success of the group. I have one table with the participants initial weights: There is a separate table t...
  • amitchandak's avatar
    5 years ago

    laura_ESNH , Try a measure like

    sumx(values('Participants'[initials]), 'Monthly Weigh-in'[Current Weight] - 'Monthly Weigh-in'[Starting Weight])