Forum Discussion
LeaRupnik
3 years agoHelper III
sum value
Hello I have 4 values under column "NEPLAČANO EUR" with values + and - , in model i do dax measure"Neplačano EUR:= SUM('receivables terjatve'[neplacanoeur])" , in model i get "sum" results = 0 in...
- 3 years ago
Hi LeaRupnik ,
Pls test the below:
Neplačano EUR:= SUMX('receivables terjatve','receivables terjatve'[neplacanoeur])If question still not solved ,pls share your pbix file .Remember to remove confidential data.
Best Regards
Lucien
LeaRupnik
3 years agoHelper III
Hello,
i solved it by setting the column that I am calculating to a intiger number and then it was calculated correctly.
thx
Lea