Forum Discussion

Pikachu-Power's avatar
Pikachu-Power
Impactful Individual
4 years ago
Solved

Wrong Total / Measure Problem

Hello,   I probably have a simple problem where i am looking for a simple way šŸ™‚   Measure: Consumption = CALCULATE(SUM(Table[Value]))   When I multiply later the Consumption with Numbers I g...
  • tamerj1's avatar
    4 years ago

    Hi Pikachu-Power 

    please use

    Measure Multiplication =

    SUMX (

    VALUES ( TableName[Segmaent] ),

    [Clients] * [Consumption]
    )