Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
sylwestercz
Helper I
Helper I

Parent-Child Hierarchy - sorting issue

Hi All,

 

I hope you can put some light into my problem. 

 

I have a Profit&Loss with Parent-Child hierarchy with 4 levels and everything works fine except one tiny detail. When I have all my data in the matrix, expanded all the way down all the account names are in the alphabetical order instead of the order I want them to be (see dummy example below).

 

In my Parent-Child hierarchy with all the DAX codes etc, I have an index column, and tried to sort the Child columns by that index however it does not work. 

 

I wonder if anyone had similar issue? Any help will be highly appreciated. Thank you.

 

Capture.JPG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@sylwestercz

I am afraid that it is not possible to sort the level4. A workaround is to add number(1,2,3) before these values as below.

1.JPG

Regards,
Lydia

View solution in original post

5 REPLIES 5
sarath_chandra
Helper III
Helper III

@Anonymous , @sylwestercz 

can you please let me this task possible in power bi or not

input file structure

sarath_chandra_0-1691825803295.png

output requirement

sarath_chandra_1-1691825850417.png

@Anonymous  please help me out with your solution

Anonymous
Not applicable

@sylwestercz,

How do you store these data in your table? Could you please post the structure of your table with the Index column? And also please post the error message you get when sorting columns.

Regards,
Lydia

Hi Lydia @Anonymous

 

Please see below how my hierarchy looks like. 

 

In the Matrix visual I put Hierarchy (Level1 & Level2 & Level3 & Level4) as Rows and a measure as Values. The thing is that all hierarchy levels are presented alphabetically and I would like to find a way to make their appeareance in the Matrix as per AccountKey. 

 

If instead of Hierarchy I put just AccountName in Rows, then everything is listed as per AccountKey however then I do not have the Parent-Child hierarchy, just the lowest level Account with corresponding value. In other words, Contribution Margin, Primary Costs, Salary, Other Costs are not presented in the Matrix. 

 

The more I look into this the more I get the feeling it will not be possible...

 

hierarchy.JPG

Anonymous
Not applicable

@sylwestercz

I am afraid that it is not possible to sort the level4. A workaround is to add number(1,2,3) before these values as below.

1.JPG

Regards,
Lydia

@Anonymous

 

And that is exactly what I did now for Level 3 and will to the same for Level 4, perhaps with letters like a) b) c) .... but that requires changing (or adding lookup column) in the main source with all AccountName(s) so the relationship will follow along the chain. 

 

Hopefully this will be recognized by Microsoft and (if there is a way) fixed or improved in the future. 

 

Thank you Lydia!

Have a great day and Merry Christmas! 

Sylwester

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors