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.
BratKat
3 years agoMicrosoft Employee
When the column is used in a column graph and month days are displayed, these are not in correct order even if sorted correctly in the graph, need to add sorting or format to the measure\column code above so it stays sorted. A A slicer is used to select days of the month and the measure\column is used in the graph as the X-axis.
The days start out correctly then is out of order.
Thank you
BratKat
3 years agoMicrosoft Employee
Additional info:
We already have a column that has Dates in our data set, Team Date 01 that has the dates of each item in our dataset.
This is used in the X-axis
MonthWeek = 'Work Items'[Team Date 01].[Month] & " Week " & WEEKNUM('Work Items'[Team Date 01])
and Team Date 01 is used in a Slicer.