Forum Discussion

Gareth_Hunt's avatar
Gareth_Hunt
Helper II
6 years ago
Solved

DAX Code re-running sub total rather than summing

we have a dax code that runs to calculate revenue variance when we look at the sub total  the dax code is re running the equation rather than summing the values with in that catagory     CY_QT...
  • v-xuding-msft's avatar
    6 years ago

    Hi Gareth_Hunt ,

     

    Please use SUMX function to have a try.

    Measure = SUMX(your_table,the_measure_need_to_be_summed)