Forum Discussion
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 PowerBI is "sum" results like 2E-12
how to create measure in model so that also in PowerBI will be 0.
THX
Lea
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
3 Replies
- v-luwang-msftCommunity Support
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
- v-luwang-msftCommunity Support
Hi LeaRupnik ,
Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.
Best Regards
Lucien - LeaRupnikHelper 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