Forum Discussion
GerryL
4 years agoFrequent Visitor
List.Numbers Within a Range
Hello, I'm trying to generate a list of numbers in my dataset within a range from 10-50 in an increment of 10. In other words, as it generates the number for each row, when it gets to 50, it shou...
GerryL
4 years agoFrequent Visitor
Thanks. This isn't working. It says a Token Comma is expected.
Vijay_A_Verma
4 years agoMost Valuable Professional
You can't replace () with anything else. Everything else is correct. It has to be
=List.Generate(()=>[x=10...........