Forum Discussion
maserr
Helper IV
5 years agoDifferentiation between 0 and blank
Hi there, I would need to internally differentiate when a measure is 0 or blank, depending on the result of the calculation if this makes 0 or if there is no data so it cannot make a calculation....
V-lianl-msft
Community Support
5 years agoHi maserr ,
The description is not very clear. Try to create such a measure:
Measure 2 = IF(ISBLANK([Measure]),"NULL",[Measure])If it doesn't meet your requirements, please describe more about how you want to distinguish between 0 and blank.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
maserr
Helper IV
5 years agoDear Lian
There are two cases:
1. The measure calculates and the value obtained is 0
2. The measure is not calculating anything because there is no data, so the value is NULL
The second case is possible when the measure is referring per example to a month that does not include information. How can I differentiate these two cases?
Thanks
- xwl3 years ago
Advocate I
Hello, did you find a solution?