Forum Discussion

Hashiru's avatar
Hashiru
Helper I
6 years ago

Slow Running Total and Total from a Table Column

Hi all below is are code snippet of two queries   FnGroupedRunningTotal - Function     (MyTable)=> let #"Added Index1" = Table.AddIndexColumn(MyTable, "Index.1", 1, 1), #"Added Custom"...