Forum Discussion

aksharacoomar's avatar
5 years ago
Solved

Date Sort not working in Matrix

I am creating a table on PowerBI which reports on plans vs. actuals and needs to be broken out by year/quarter/month/week number/date. I have been successful in creating the table but the dates are s...
  • V-lianl-msft's avatar
    V-lianl-msft
    5 years ago

    Hi aksharacoomar ,

     

    Sort the month name using the month number.

    Then create a "week num" column, and then sort the "week no" column by "week num" column.

     

    weeknum = WEEKNUM(Sheet5[Date],1)

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.