Forum Discussion
murillocosta
Helper I
3 years agoRecursive Calculation and Forecast measure
Hi, I have a table containing the value count of rows over a grouped year/week column. I have sorted the data by year/week ascending: CountRef | Year Week Sort 6 201831 4 ...
Greg_Deckler
Community Champion
2 years agotamerj1 vitorcampos Yeah, true recusion is a pain and doesn't work: Previous Value (“Recursion”) in DAX – Greg Deckler
That article contains a bunch of links to various methods I've tried.
vitorcampos
2 years agoFrequent Visitor
Thank you both Greg_Deckler and tamerj1 for your replies. I'll read your link and keep working on what I need.