Forum Discussion

Cke's avatar
Cke
Regular Visitor
6 months ago
Solved

Order Date function not on display in View Table (Power BI)

Hi there, I am looking for some help please 🙂   I am trying to use the function Order Date in Power BI (View Table mode). However it does not appear after creating a new column. I am attaching a ...
  • Natarajan_M's avatar
    6 months ago



     

    Hi Cke ,

    Month is the function order date is the column in the table used in the video .

    to get the month number you need to use the 

    Month = month(financials[Date])
     

    make sure the Date is in the correct date datatype 

    https://learn.microsoft.com/en-us/dax/month-function-dax


    Thanks 

     

    If this response was helpful in any way, I’d gladly accept a kudo.
    Please mark it as the correct solution. It helps other community members find their way faster.

     

  • Natarajan_M's avatar
    6 months ago

    Hi Cke  can you use the sort by columns option. 

     

    Select the column thats used in the button slicer then sort by month. Number this should resolve the sorting issue