Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I have a date table which I created like this:
which is a date hierachy
I have my year filter on filter on all pages:
the sort oder is from the oldest year to the latest.
How can I change the sort oder?
So it will start with 2023 and end with 2015.
Thanks in advance!
Solved! Go to Solution.
@Companyuser101 , Prefer to create a date table and use year column
year = year([Date])
year Rank = rankx(Date, Date[Year],,desc,dense)
Mark year rank as sort column for year and use that
you can create a custom hierarchy if needed
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
@Companyuser101 , Prefer to create a date table and use year column
year = year([Date])
year Rank = rankx(Date, Date[Year],,desc,dense)
Mark year rank as sort column for year and use that
you can create a custom hierarchy if needed
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
Hello,
thank you!
Your recommondation + the youtube Tutorial solved my problem!
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |