Forum Discussion

msksenthil's avatar
msksenthil
Icon for Helper III rankHelper III
4 years ago

M Code Recursive function dynamic column reference

I would like to try dynamic expanding columns in M code.   The code is: fxFactorial = (RowCount as number, Tnumber as number, tbl as table) => let displayname = "disPath" & Text.From(Tnumber), ...