Make a field to auto fill a progressive number

Hello,

I am a bit of a novice, so please excuse the simple question. What is the formula to make one of the app fields an automatically increasing number?

Thank you

The easiest is probably just to use [_RowNumber] if you’re just looking for consequtive, unique numbers

1 Like

I think MAX(Table[Column]) + 1 would work as a calculated value.

More details and explanations of the points already made: Serial Numbers, If You Must - Google Cloud Community

2 Likes