Forum Discussion
bipowerbix
Helper I
3 years agoTricky Situation with SUM
Here is the Data I am using: Type Spent Returns Apple 100 Orange 50 200 Banana 25 150 Pear 500 Kiwi If I use ROI = s...
- 3 years ago
wdx223_Daniel
Community Champion
3 years ago
- bipowerbix3 years ago
Helper I
Hi Daniel, The "+0" at the end gives the result for Kiwi. Is there any documentation for the "+0" online?
- wdx223_Daniel3 years ago
Community Champion
i just learned this from somewhere in internet. but you can read this article.
https://www.sqlbi.com/articles/how-to-return-0-instead-of-blank-in-dax/
- bipowerbix3 years ago
Helper I
This works for this case, I noticed that this doesn't work if other fields such as Dynamic Date are joined to the table. I have attached my post here.