Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi everyone,
I'm recently struggling with a customer request: he asked me to order the following matrix
re-ordering the column year values (2019, 2020) in descending order (2020, 2019).
It seems that live connections does not enable the delopers to use the ordering columns functionalities.
How could I order matrix columns if I'm working on a live query connection?
Solved! Go to Solution.
You need to add the index column in SSAS to make the table similar as below:
Then click the Year column to sort by column1 (But note that you need find the option similar in SSAS)
I found official references could probably provide you more hints:
I think field "Ordina per colonna" is the same field as "Sort by Other Column".
You can use this property to sort values by other fields
Proud to be a Super User!
@gabrielefugazzi , the live connection you have set an order by column in SSAS.
This how we do. We create a desc rank on year and mark that as sort column. That will sort recent year as first
Do it at source Level ...
I believe your Live connection is of SSAS cube.
you need to create a Sort Column in your data, do changes accordingly in Dimension Field property.
Change the orderby property to Key
Proud to be a Super User!
Thank you for your answer. On the back I have a tabular model. Since it's my first time working with this tools have you the experience to tell me how to do it in tabular?
My fields proprierties in visual studio are like this
Thank you very much.
I think field "Ordina per colonna" is the same field as "Sort by Other Column".
You can use this property to sort values by other fields
Proud to be a Super User!
You need to add the index column in SSAS to make the table similar as below:
Then click the Year column to sort by column1 (But note that you need find the option similar in SSAS)
I found official references could probably provide you more hints:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.