Forum Discussion
Using a Static Value in a Measure Breaks Visual Filters
- 5 years ago
Thanks parry2k that worked. Although I'm not sure I understand why. I have the same issue when applying even simple calculations i.e. if I wanted to just subtract a value from [OrderCount] the same thing occurs. So would I have to add an IF statement like that to evaluate if it is not blank? I think that's where I get tripped up.
WiggityZwiggity because you are now returning the value in this new measure, try it like this
IF([OrderCount]>1,"Active,IF (NOT (ISBLANK([OrderCount]),"Inactive")) Thanks parry2k that worked. Although I'm not sure I understand why. I have the same issue when applying even simple calculations i.e. if I wanted to just subtract a value from [OrderCount] the same thing occurs. So would I have to add an IF statement like that to evaluate if it is not blank? I think that's where I get tripped up.