Forum Discussion
Winniethewinner
4 years agoHelper IV
Add sequence number for a calculated table
Hello everyone,
I have a calculated table which retrieves the month values from my fact table. How can I add a column with sequence number 1,2,3,4,5,6....? Thank you.
rankx(Month_Orders,[month],,ASC)
2 Replies
- vapid128Solution Specialist
rankx(Month_Orders,[month],,ASC)
- WinniethewinnerHelper IV
Thanks vapid128 , works perfect!