Forum Discussion
BratKat
Microsoft Employee
3 years agoSort 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
Community Champion
3 years agoHi 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
Microsoft Employee
3 years agoTried this however returned some strange results, slicer not returning correct dates..?