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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Matrix Table Display Issue

I am having trouble making a Matrix table display the way I would like.  Below is an example of my issue.  On the left is an image of how the Matrix table is displaying the results.  Note that the KAM group in broken into two sections based on the team.  I would like the results to display like the right example which National and Exc. National fall under the same KAM group.  This would allow for a total line for all of KAM versus two different KAM totals.  Below this image is a screen shot of the data table that I am using to set this up.  Is there a better table structure that would allow the right image version to work?

 

BI Example.pngBI Table.jpg

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous,

 

I think the issue may related to records, please double check if these column contains whitespace.

 

You can use replacevalue function to remove whitespace in power query:

Remove=Table.ReplaceValue(#"Changed Type"," ","",Replacer.ReplaceText,{"ColumnName"})

 

 

Regards,

Xiaoxin Sheng

GilbertQ
Super User
Super User

Hi @Anonymous

 

If you use the Matrix and put in the Group, Team and Demand Group under the Rows it will group as you want it to in your image on the right hand side.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Anonymous
Not applicable

Alas they are all under rows...any other possibilities?

 

Rows.jpg

Hi @Anonymous,

In your image there is a Team Order # Is this the same for all of the values below? If there sre different Team Order # for each KAM you won't get the display as you want bit one KAM per row instead of a.group for KAM and then two rows.

Regards,
MFelix

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 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