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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello World,
I have created a visualization where I sort the axis by weekday. But it is not giving me the weekday in chronological order. How do I fix this. I want the starting day of the week from Sunday (USA weekday).
Solved! Go to Solution.
Hi @Anonymous ,
Create columns like below:
t_weekdays = WEEKDAY('Table'[date],1)
t_day = FORMAT('Table'[Date], "dddd")
Put t_day in x-asix field, t_weekdays in tooltips field.
Then sort the visual by tooltips column.
Best Regards,
Jay
Hi @Anonymous ,
Create columns like below:
t_weekdays = WEEKDAY('Table'[date],1)
t_day = FORMAT('Table'[Date], "dddd")
Put t_day in x-asix field, t_weekdays in tooltips field.
Then sort the visual by tooltips column.
Best Regards,
Jay
Hi,
In the calendar table, try to create a new column for the sorting purpose. like the attached pbix file.
And then, click Weekday column -> sort by Weekday sort CC.
Please check the attached pbix file.
Weekday sort CC =
WEEKDAY([Date],1)
I have a column "Day". I created a new column. But it's giving me an error
Hi @Anonymous
Please try new column then use it a sort by column
Weekday Number =
WEEKDAY ( 'Calendar'[Date], 1 )
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 9 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 19 | |
| 17 | |
| 11 |