This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 May 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 |
|---|---|
| 32 | |
| 25 | |
| 24 | |
| 24 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |