Forum Discussion
butterscotch
Helper II
2 years agoA circular dependency
Hello Everyone ! im facing an issue where i want to create a column using a measure but an error arise , the issue the formula for completion Feb Completion Feb =
IF(
VALUES('Master...
butterscotch
Helper II
2 years agoim sorry, but i dont quite understand
gmsamborn
Super User
2 years agoThere is an order of evaluation. If a calculated column uses a measure that relies on context (filters, slicers), it might work when writing it because the slicer would have a selection (creating context). On the other hand, when a refresh is being done, there are no slicers or filters active because they aren't evaluated until after the refresh is complete.
I hope that makes sense.