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! Don't miss your chance! Learn more
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 102 | |
| 37 | |
| 26 | |
| 26 |