The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.