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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
dom-mitchell
Frequent Visitor

Understanding the Matrix Visualization

Very Rookie posting coming up, but I cannot seem to get the Matrix Vasualisation to do what I want it to do. 

I've used it before for simple, one row per column charts without a hitch but I'm now trying to do something a little more advanced and running into difficulty. 

 

I want to be able to so how multiple (3) rows of information for each Consultant, essentially replicating this Excel screen shot:

Screenshot 2022-06-21 173358.jpg

 

The data is all loaded and spread across two different tables: Master Target List and Global Deal Data.

 

In Master Target List there is a column called Target

In Global Deal Data there is a colum called Total £ Fee (this equates to the booked number)

I have also created two reference tables called Calendar Table and Consultant List which have relationships withboth the above tables meaning a central point of reference for Consultant Name and the dates (I hope):

Screenshot 2022-06-21 174826.jpg

 

As my starting point, I have added the data fields to the visualization like this:

Screenshot 2022-06-21 174426.jpg

 

But that is producing something that looks like this:

Screenshot 2022-06-21 174622.jpg

 

With actual values loaded when I expand on a consultant name rather than adding them as row headings and then the data in the corresponding months.

I'm sure I'm missing something obvious but it's driving me mad! 

Can anyone help out a bit of a rookie?

Many thanks in advance!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@dom-mitchell , in the Format options for the matrix visual, go to Values, and set "Show on rows" to On.

I think you also need to remove "Total £ Fee" and "Target" from the Rows section of the Fields list. I believe they only need to be in the Values section of the Fields list.

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

@dom-mitchell , in the Format options for the matrix visual, go to Values, and set "Show on rows" to On.

I think you also need to remove "Total £ Fee" and "Target" from the Rows section of the Fields list. I believe they only need to be in the Values section of the Fields list.

 

@dom-mitchell 

@Anonymous  is absolutely right. Create the matrix with:

Rows: Consultant name

Columns: Month

Values: [Booked]
            [Target]

            [% Target]

Then select "Show on Rows" under Values in the format pane. (Do a search in the search box of the format pane if in doubt)

You would only need to construct a custom table for the matrix if you wanted the "Measures" to lead the row filtering





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
Community Champion
Community Champion

It looks like you need a "custom" matrix. Check out this blog post, but instead of using the custom layout as columns you add them as rows:

Creating a custom or hybrid matrix 





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.






Thanks for the speedy reply @PaulDBrown ; that is going to take some reading and digesting! 

Let us know if you need further help. If so, please provide sample data or PBIX file (non-confidential data).





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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors