Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |