Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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?
Solved! Go to Solution.
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
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
@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)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 33 | |
| 29 | |
| 27 |
| User | Count |
|---|---|
| 134 | |
| 104 | |
| 63 | |
| 60 | |
| 55 |