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
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!
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 |
|---|---|
| 53 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 72 | |
| 39 | |
| 35 | |
| 23 |