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
Avivek
Post Partisan
Post Partisan

how to see a hierarchy if its not a matrix

How to see a hierarchy if its not a matrix but instead a table visual.

If I need to see different hierarchiers data in the same visual but cannot use a matrix because the data to be seen in the tables are text data and not numerical data. 

Or is there any other visuals we can use to see the same.

7 REPLIES 7
PaulDBrown
Community Champion
Community Champion

@Avivek 

Apologies upfront if I'm misunderstanding the issue. You can see hierarchies in a matrix using text values:

Matrix hierarchy.JPG

 Can you post a depiction of the structure you wish to show?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






@PaulDBrown, thankyou.

If I use a matrix then the data in the rows are text and some of the data used in the values are also text which creates the problem since matrix shows 1st, last, count or count distinct of those text values. 

 

Is there any alternative way to see my data.

Hi,

Share some data, describe the business context and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
mahoneypat
Microsoft Employee
Microsoft Employee

You can view text in a measure if you create a measure that turns it into a scalar result.  If there is a single text value expected, you can use MIN(Table[TextColumn} or VALUES(Table[TextColumn]).  If multiple rows of text in context, you can use CONCATENATEX(VALUES(Table[TextColumn]), Table[TextColumn], ", ").

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


@mahoneypat, I tried creating the coulm into a measure and it shows the following error

Avivek_0-1600546579759.png

Is there any other way of doing this.

 

 

Did you try the concatenatex version?  The error shows that multiple values are being returned and that function would therefore be needed to get a scalar result (i.e., single text string instead of a table of values).

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


@Avivek 

Is there any other way of doing what exactly?

As I've shown, you can use dimensions/columns to display hierarchies in a matrix (or table) without the need of any values.
so what are you trying to show?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors