Forum Discussion

Giovanni's avatar
Giovanni
Regular Visitor
7 years ago
Solved

Formula dax per somma.se

come posso inserire una colonna nel db che calcoli il somma.se?

  • Hi Giovanni ,

    According to your description, my understanding is that you want to use the SUMIF() in DAX, in this scenario, we can use the following DAX query:

    CALCULATE(SUM( [column_name] ),FILTER( [the if requirement] ))

    Best Regards,

    Teige

1 Reply

  • TeigeGao's avatar
    TeigeGao
    Icon for Solution Sage rankSolution Sage

    Hi Giovanni ,

    According to your description, my understanding is that you want to use the SUMIF() in DAX, in this scenario, we can use the following DAX query:

    CALCULATE(SUM( [column_name] ),FILTER( [the if requirement] ))

    Best Regards,

    Teige