Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Sort Data By Week Number

I have a bar graph in my PowerBI which I where I want the data sorted by week number. I have a calander table which allows me to do this but the data lables on the x-axis read 1,2,3 etc and I want them to say 1st Jan, 7th Jan, 14th Jan etc.

 

Do do I edit this so they have the date of the start of the week not the week number. 

1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

Use the Start of Week option in Power Query if your calendar table is loaded as part of the model, then use Sort By Column function to sort the Start of Week column by Week Number column, and use the Start of Week column in the chart.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column

Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , You create sort column

 

one of the two depends on do you have year no in week text

 

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1//Week start from Monday 
Week Number = WEEKNUM([Date],2) //Week start from Monday

 

Mark this a sort column : https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column

 

for Week calendar

https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Power-BI-Turning/ba-p/1187482

AllisonKennedy
Super User
Super User

Use the Start of Week option in Power Query if your calendar table is loaded as part of the model, then use Sort By Column function to sort the Start of Week column by Week Number column, and use the Start of Week column in the chart.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column

Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.