Sort expression

Please tell me about the Expression function to sort [Name] in the table "test" in ascending order by [number] in the same table.
Note that ORDERBY(test[Name], [number], TRUE) requires that [Name] be a key value, but [Name] is not a key value. What should I do?

Solved Solved
0 3 124
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5
3 REPLIES 3
Top Labels in this Space