Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

DD/MM

Is there a way to set a Display format of a date column to DD/MM.

converting to text is not realy an option, I can't sort the column by the date due to multiple entries ....

6 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      I know.

      In europe we always are placing days before months, and in visuals with a lot of data we can often skip the year.

      This makes us gain quite some space.

       

      Frustrating !

      • v-xjiin-msft's avatar
        v-xjiin-msft
        Solution Sage

        Hi Anonymous,

         

        In your scenario, you want to format date values to a specific format as "DD/MM". Right?

         

        To achieve your requirement, you can create a calculated column and try Format() function. Please refer:

         

        Column = FORMAT('Calendar table'[Date],"DD/MM")

         

        Hope it works for you.

         

        Thanks,
        Xi Jin.