Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Solved! Go to Solution.
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
Hello,
i solved it by setting the column that I am calculating to a intiger number and then it was calculated correctly.
thx
Lea
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
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.