This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Solved! Go to Solution.
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)
Regards,
Xiaoxin Sheng
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)
Regards,
Xiaoxin Sheng
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 33 | |
| 25 | |
| 24 |