Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys.
I have an if statement and if conditions met = 1. In the table I only want to show the 1s in the measure, cant turn it into a dimension.
Is there a way?
Thanks
Uncheck "Include 0 values" and make sure your else() doesn't return a value other than 0 or null.
Uncheck "Include 0 values" and make sure your else() doesn't return a value other than 0 or null.
Thanks