RowNumber
Syntax
RowNumber(column, direction)
📘Each row is numbered according to the input column’s ordering, without taking into account duplicate values. For example, if the input includes “Anne”, “Jane”, “Jane” and “Pari”, the values would be ranked 1, 2, 3 and 4.
Example
RowNumber([Population 2010], "asc")

Last updated
Was this helpful?