Forum Discussion

Dicken's avatar
Dicken
Post Prodigy
28 days ago
Solved

Accumulated average

I want to accumulte the but as ans average,   so :  { 1, 1, 1 ,1} =  1 / 1 ,  2 /2 ,  3/3 , 4/ 4  so here the average is calculated in select; let alist = let alist = List.Number...
  • Dicken's avatar
    Dicken
    27 days ago

    I want the cuumulative average, the example i gave shows a correct result.