Forum Discussion
Gareth_Hunt
6 years agoHelper II
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...
- 6 years ago
Hi Gareth_Hunt ,
Please use SUMX function to have a try.
Measure = SUMX(your_table,the_measure_need_to_be_summed)
v-xuding-msft
6 years agoCommunity Support
Hi Gareth_Hunt ,
Please use SUMX function to have a try.
Measure = SUMX(your_table,the_measure_need_to_be_summed)