Forum Discussion

Juju123's avatar
Juju123
Icon for Helper III rankHelper III
2 years ago
Solved

Sumx not return good total

Hi,  I have a problem with SUMX fonction. I have a table in which i want to sum calculated column.  I create a DAX formula for calculated column :  TEST = IF([Measure]<>0,1,0) Then i want to ha...
  • Juju123's avatar
    Juju123
    2 years ago

    Thanks you so much ! it's works