Forum Discussion
Juju123
Helper III
2 years agoSumx 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...
- 2 years ago
Thanks you so much ! it's works
Kishore_KVN
Solution Sage
2 years agoHello Juju123 ,
Please check the data type of your measure and if it is general or text change it to whole number that may help you in acheiving your requirement.
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
- Juju1232 years ago
Helper III