Forum Discussion
Differentiation between 0 and blank
Hi,
I know the ISBLANK() function but how internally I know the difference between a value that has calculated that the result is 0 from a result of a measure that cannot calculate anything because there is no data?
Thanks
- V-lianl-msft5 years ago
Community Support
Hi 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.- maserr5 years ago
Helper IV
Dear 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?