User5231's avatar
User5231
Helper II
1 month ago
Status:
New

Dax functions that mimic List.Generate

Functions that could essentially iterate and expression to a suggested limit simliar to list.generate in power query.

 

Iterate(SeedTable, NextState)

 

that would mimic hard coding something like this 
State0 = SeedTable
State1 = NextStep(State0)
State2 = NextStep(State1)
State3 = NextStep(State2)
...

 

Could use this in dynamic scheduling, BOM explosions, heirarchy traversing, Fibinocci sequence etc. All can be done but require explicit calls to variables. Not true recursion but iterators.

 

Please.

No CommentsBe the first to comment

Recent ideas