Forum Discussion
Sort table by date
- 9 years ago
So to help people who got the same problem, the best way to resolve it at the moment is to place the column on the right of the board, go to the focus mode and hide it on the left
On this way my table's tab looks like that :
So Date is hiden, (you just see a small part of the tab)
It's not perfect, but I don't have any idea to do better...
no idea ?
- v-haibl-msft9 years agoMicrosoft Employee
If you want the cost column to be sorted by day column, you need to first select the cost column and then click “Sort By Column” - “date_days” as below.
Best Regards,
Herbert
- Egrofal9 years agoHelper I
Hi Herbert,
Thanks for your answer,
I tried but when I select the column "cost" then sort it by "date" I have a error message :
"We cannot sort the 'cost' column by 'date_day'. You can't have more than one value in 'date_day' for the same value in 'cost'. Choose a different column for sorting or update the data in 'date_day'.
- Greg_Deckler9 years agoCommunity Champion
Yeah, I've seen that one and it can be frustrating. Perhaps if you create a new column with Date and a random timestamp you could get some unique values for sorting purposes. I think you would have to create that column in your Query however in Power Query "M" language as I do not believe that DAX has a RANDOM function.