Forum Discussion
calgary_raptor
8 years agoFrequent Visitor
Display zero instead of blank in matrix table
I have a situation where users enter data on a form and one of the values they selectare dependent on an asset area and a date. When displaying this information in a matrix table I want to display a ...
mmace1
Impactful Individual
8 years agoAdd + 0 to the end of your measure.
- calgary_raptor8 years agoFrequent Visitor
Great suggestion! I did this but unfortunately it did nothing...
TEST = IF(ISBLANK(sum('Combined'[Values])),0,sum('Combined'[Values])) + 0
- Ashish_Mathur8 years ago
Super User
Hi,
That is strange. The IF(),ISBLANK() should work. Share the link from where i can download your file.