Forum Discussion
BratKat
3 years agoMicrosoft Employee
Sort column not exposed in Transform data
Have a column measure that is not exposed in Transform, is there and FORMAT command I can use in this to make sure it sorts correctly, tried other suggustions using Tooltips but those do not work. T...
- 3 years ago
The MonthDayNumberYear measure or column.
tamerj1
3 years agoCommunity Champion
Hi BratKat
You ca create a sort by column
MonthDayNumber =
VALUE (
MONTH ( 'Work Items'[Team Date 01] ) & DAY ( 'Work Items'[Team Date 01] )
)
Select the MonthDay column, go to column format - sort by column and select the MonthDayNumber column.
BratKat
3 years agoMicrosoft Employee
Tried this however returned some strange results, slicer not returning correct dates..?