Forum Discussion
brslagle
2 years agoNew Member
Sort Matrix by descending timestamp
Hi all, I have a matrix table that has a list of timestamps as the columns (see below)... I want to be able to have the most recent timestamp show first (left most) and then progress (right) in a des...
- Anonymous2 years ago
Hi brslagle
First, you can create an index column in Power Query, and then sort your date column by index column.
This is the result you want:Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lbendlin
2 years agoSuper User
Index column is going in the right direction. However, you need to reverse its order. Say you have 10000 rows, then use 10001 -[Index] as your "sort by" column.