Hi all,
I understand Previous() can't be used with a non-time dimension. I have a custom dimension with a natural concept of a previous item. (it's actually a 13 period calendar that is not based on weeks, therefore I think precluding the use of a native time dimension).

I understand why it's comlaining; OpeningBalance references ClosingBalance and ClosingBalance references OpeningBalance. When using PREVIOUS works as Anaplan is smart enough to know that the references aren't actually circular, however when doing the lookup it can't enforce that, and therefore gives an error.
Is there any way around this issue?