Forum Discussion
Giovanni
7 years agoRegular Visitor
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