Forum Discussion
stevengaris
6 years agoFrequent Visitor
If statement not working properly.
I have a measure that is calculating a moving average of deliveries which seems to work fine. I then made a new column with an if statement to compare the daily delivery count against th...
- 6 years ago
you created a calculated column right? The row context is not propagated to the filter context, meaning you might compare it with the running average of not only houston...
What you can do: create a new calculated column with the measure in it, so you can see what your above / below formula is comparing against.
jessegorter
6 years agoHelper I
you created a calculated column right? The row context is not propagated to the filter context, meaning you might compare it with the running average of not only houston...
What you can do: create a new calculated column with the measure in it, so you can see what your above / below formula is comparing against.