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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi @HenryJS ,
For my test , to avoid "circle", you could creata a new table using the following formula:
Table 2 =
SUMMARIZE (
'Table',
'Table'[Date],
'Table'[Type],
'Table'[Value],
"index", RANKX ( ALL ( 'Table' ), 'Table'[Date],, DESC )
)Then select Date column ,sort by Index column, so that dates in calculated table could be in descending order in Matrix
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards,
Eyelyn Qin
Hi @HenryJS ,
For my test , to avoid "circle", you could creata a new table using the following formula:
Table 2 =
SUMMARIZE (
'Table',
'Table'[Date],
'Table'[Type],
'Table'[Value],
"index", RANKX ( ALL ( 'Table' ), 'Table'[Date],, DESC )
)Then select Date column ,sort by Index column, so that dates in calculated table could be in descending order in Matrix
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards,
Eyelyn Qin
@HenryJS you will have to create a index colum in Power query editor for the sorting to work
sort the column based on Index number
The expected result are as below
Hope it resolves your issue? Please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos, Press the thumbs up button!!👍
@Anonymous the 'week ending' column I am trying to do the sort to is in a DAX table. Is it possible to do for a column like this?
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 124 | |
| 105 | |
| 44 | |
| 32 | |
| 24 |