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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
hdemedici100
Frequent Visitor

Using the total column from a Matrix

Hi,

I've created a Matrix table like the below:

hdemedici100_0-1716414114384.png

 

For the total column marked in red, is it possible to use these figures in another table?

 

I want to take these figures, and then do a count of how many are showing:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6-10
  • 11-50
  • 51-100
  • 101+

Thanks in advanced!

1 ACCEPTED SOLUTION
nandic
Resident Rockstar
Resident Rockstar

@hdemedici100 totals are just presented on this visual, they are not physically stored anywhere. If you group data by some other column, these totals will be different.

In order to make it work, you would need to create table in expected format (columns used in rows + measure). You can make it using summarize function in dax, or to use GroupBy option in Power Query.

And then add new column using if or switch statement which says in which range each row fits.
Then it is easy to show results in visual.

Cheers,
Nemanja Andic

View solution in original post

2 REPLIES 2
nandic
Resident Rockstar
Resident Rockstar

@hdemedici100 totals are just presented on this visual, they are not physically stored anywhere. If you group data by some other column, these totals will be different.

In order to make it work, you would need to create table in expected format (columns used in rows + measure). You can make it using summarize function in dax, or to use GroupBy option in Power Query.

And then add new column using if or switch statement which says in which range each row fits.
Then it is easy to show results in visual.

Cheers,
Nemanja Andic

Hi Nemanja,

 

Thanks very much for responding and for explaining. I didn't realise this was the case with the Matrix visual. 

 

I'll look to reproduce it in a new table, and see how I get on. If I get stuck, I'll come back to this forum.

 

Harry

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.