KM
Size: a a a
KM
A
tp
KK
A
KK
tp
A
A
A
A
tp
A
KK
Z
A
A
V
KS
#"Invoked Custom Function" = Table.AddColumn(#"Expanded StartBuild", "fnGenerateList", each fnGenerateList([SessionId], [StatisticsSessionId], [StartBuild.Value])),
Result = List.Generate(
() => [res = #"Invoked Custom Function"],
each #"Invoked Custom Function"{0}[fnGenerateList]{0}[ChunkInfo][Status][Value] = "Ok",
each [res = #"Invoked Custom Function"]
)
KS