Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 descending order (the timestamps also can repeat)... I have tried multiple different solutions with index columns and then selecting that to sort the timestamp column but I have not had any luck... Any help would be appreicated.
Solved! Go to Solution.
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.
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.
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.
User | Count |
---|---|
76 | |
74 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |