Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table which have null values and zero. I want to eliminate rows for which measure is null for all .
please see below example
output is coming like this when I uncheck include zero values . Zero are getting replace with '-.'
Zero is value so cant be changed to -
It should look like
In the expression editor use, if(isnull(expression),0,expression)