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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
ashaikh
Helper III
Helper III

Sort week duration

I have a calculated column in Power BI which is week duration from Sunday to Saturday. 

 

Example

1/3/2017 - 1/9/2017

1/17/2017 - 1/26/2017

1/10/2017 - 1/16/2017

 

I want to sort this column in ascending order. How can I do that.

 

Thanks in Advance

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @ashaikh,


If you want to sort these records by week duration, why don't you direct  add the week number and sort by week number?

 

For example:

Add a column to analysis above text to week number, sort by the week number column.

 

Sample formula:

WeekNumer = WEEKNUM(DATEVALUE(LEFT([Date Range],SEARCH("-",[Date Range])-1)),1)

 

Capture.PNG

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @ashaikh,


If you want to sort these records by week duration, why don't you direct  add the week number and sort by week number?

 

For example:

Add a column to analysis above text to week number, sort by the week number column.

 

Sample formula:

WeekNumer = WEEKNUM(DATEVALUE(LEFT([Date Range],SEARCH("-",[Date Range])-1)),1)

 

Capture.PNG

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.