Forum Discussion
fedpar
10 years agoMicrosoft Employee
Custom column Index or Ranking by other column
I'm looking to add an index column, but have it increase according to a certain column value. Let me give an example; let's say my data is: Group Date A 18-Apr A 19-Apr A 23-Apr...
ImkeF
9 years agoCommunity Champion
It might help if you buffer the group-step (Table.Buffer).
Otherwise I would need more detailled information of how the scramble looks like/what exactly is the problem.
javix72
9 years agoNew Member
Thank you so much! It worked fine. After using the Table.Buffer it worked perectly...!