Forum Discussion

f4gfm0's avatar
f4gfm0
New Member
4 years ago
Solved

Manually Sort Columns?

Is there a way to manually sort columns when first day of week starts on a Sat for our organization?

 

I'm getting the following result but not sure how to achieve the days starting on Sat and in order from there?

  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi  f4gfm0 ,

    I created some data:

    Here are the steps you can follow:

    1. Create calculated column.

    WEEK = FORMAT('Table'[Date],"ddd")

    2. Create a table using Enter data.

    3. Connect the relationship between the two tables.

    4. [Week] – Column tools– Sort by column  – [Index].

    5. Result:

     

    Best Regards,

    Liu Yang

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

2 Replies

  • f4gfm0 

    Create a sort column in your table as follows with the paramter 16 and sort your Weekday Column using this sort column

    Weekday Sort = WEEKDAY('Dates'[Date],16)
  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi  f4gfm0 ,

    I created some data:

    Here are the steps you can follow:

    1. Create calculated column.

    WEEK = FORMAT('Table'[Date],"ddd")

    2. Create a table using Enter data.

    3. Connect the relationship between the two tables.

    4. [Week] – Column tools– Sort by column  – [Index].

    5. Result:

     

    Best Regards,

    Liu Yang

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