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
Hi All,
I have a column with the name FY (Finacial year). It looks like
2020-2021
2021-2022
2022-2023
etc
I use this with a Matrix in the columns entry. Only this one can't be sorted. I want this Column is sorted as
2022-2023
2021-2022
2020-2021
Can this be done?
Solved! Go to Solution.
Yes, that is the Duplicate column. You will have two - your initial one and this new one. Order the initial one based on the Duplicate and you'll be able to sort it in the matrix.
The simplest way I can think of is you create a new column:
FY for Ordering =
switch(Dates'[FY],
"2020-2021", 3,
"2021-2022", 2,
"2022-2023", 1
)
Then click on the original colum, FY. Go to 'Column tools' in the top menu, then 'Sort by column', then this new column.
Thank you Alice,
Only my Column name is now 1 2 and 3 not the Fiscalyear name
Thank you
Raymond
Yes, that is the Duplicate column. You will have two - your initial one and this new one. Order the initial one based on the Duplicate and you'll be able to sort it in the matrix.
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 |
|---|---|
| 43 | |
| 38 | |
| 34 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |