Forum Discussion
sajidmansoorali
8 years agoHelper I
Row Number on Table(Visual)
I want to show row numbers on any Table Visual, just like in excel row number.
- 8 years ago
Anonymous
5 years agoNot applicable
I want to know exactly like you. My question is same of you.
tex628
5 years agoCommunity Champion
The matrix and table visuals simply does not currently offer a dynamic row number. But if you happen to know that your table or matrix always will be sorted the same way, you can create ranking measure that will be able to act as a dynamic row number.
This will only work if the sorting direction and column remains the same, but should work with slicers if you adapt the code correctly. There are methods to prevent the user from changing sorting column and direction, so if combined it could prove to be a good solution.
I've attached a file as an example.
Br,
J