Forum Discussion

Newcolator's avatar
Newcolator
Icon for Helper II rankHelper II
3 years ago
Solved

Create a list of numbers using a variable

Hello   I need to create a table that contains the numbers 0 to n based on the number of months I have in my tables I can use = List.Numbers(0, 20)  to create my list   ,but I want the number ...
  • Newcolator's avatar
    3 years ago

    I think I have worked it out using = List.Numbers(0,List.Max(claims[ClosedDevMo])+1)