Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Total value Measure

Good morning,   I need to calculate some values based on the total value of a measure and the final value is not getting me right. I have seen that it is a problem that happens to a lot of people b...
  • amitchandak's avatar
    5 years ago

    Anonymous , Try a measure like

    Activity data = sumx(Values(Date[Month]), [Stock Final Last Month] + [Entradas] - [Stock Final])

     

    or

     

    Activity data = sumx(Values(Date[Month Year]), [Stock Final Last Month] + [Entradas] - [Stock Final])