Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Date Format

Hi There,    I have a date column called "RDD" with dates e.g. "30.01.2018". Based on that I want to create a new column "RDD Monat" with dates to be in MMM format e.g "Jan".    What I did - I c...
  • jdbuchanan71's avatar
    jdbuchanan71
    6 years ago

    Anonymous 

    You can add a column to correct the sort order.  What we need is the month number like so.

    Month Sort = MONTH ( 'ORDER - Jumbo Query'[RDD] )

     Then you select the [RDD Monat] column and set the sort order to the [Month Sort] column.  Here is an example from another project on how to set the sort by column: