Forum Discussion
Custom date format
- 2 years ago
Hi JennaExe ,
You have created MonthYear column.
Now create a new column by this formulaSortkey = FORMAT('Date'[Date], "yymm")Then sort your month year column by this SortKey column.
SortingOutput
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi JennaExe ,
You have created MonthYear column.
Now create a new column by this formula
Sortkey = FORMAT('Date'[Date], "yymm")
Then sort your month year column by this SortKey column.
Sorting
Output
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
This has solved it, thanks so much for your help! And thanks to the others for trying to help too!