Forum Discussion
Satya2804
3 years agoFrequent Visitor
How to avoid circular dependency using previous row
Below is a sample data - first 3 columns are my inputs. Total Supply, Match and Long are my calculated columns. Total Supply = Current Quarter Supply + Previous quarter Long. Example Total Suppl...
Ashish_Mathur
3 years agoSuper User
Hi,
Thank you for sharing this.
lbendlin
3 years agoSuper User
Ashish_Mathur I learned how to better carry multiple variables through the iterations, and how (and when) to address them in in each cycle ( like the " state[Long] " example). I am more and more impressed by the versatility of List.Accumulate.