Hi,
This is just about general advice rather than a specific case, but when writing custom function,
when do I need to use the variables first and then let and when within the the let statement;
l
let
RunningTotal = (Avlaue, Aindex) =>
List.Sum(
List.FirstN( Avlaue, Aindex )
)...