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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
abeirne
Helper II
Helper II

Total of a count on the left hand side of matrix

Hi all, I have been asked to move the matrix's total column onto the right hand side of the matrix. I have tried to do this on my own, but cannot find the correct measure. I am counting the number of analyst per day, and that is giving me the number of reports within their queue. It looks like this : (I have hidden the names)

abeirne_0-1644461908288.png

The # of reports is the count of analyst names. I can't figure out how to put the total on the left side, as I am working with a count and not a sum. Is there anything I can do to achieve this? Thank you all. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @abeirne ,

I have create a simple sample, please have a try.

vpollymsft_0-1644830369848.jpeg

 

 

Then create a calculated table.

column_total =
VAR _summarize =
    SUMMARIZE ( Table2, [Name], "Date", " Total", "Value", SUM ( Table2[Value] ) )
RETURN
    UNION ( Table2, _summarize )

 

vpollymsft_1-1644830369852.png

 

 

 

Currently, there is no way to change the column subtotals to left. Please click the Idea link below and vote for this function.

Idea Link: https://ideas.powerbi.com/ideas/idea/?ideaid=fa4c855b-67ce-4970-b4ee-72226772ba79

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @abeirne ,

I have create a simple sample, please have a try.

vpollymsft_0-1644830369848.jpeg

 

 

Then create a calculated table.

column_total =
VAR _summarize =
    SUMMARIZE ( Table2, [Name], "Date", " Total", "Value", SUM ( Table2[Value] ) )
RETURN
    UNION ( Table2, _summarize )

 

vpollymsft_1-1644830369852.png

 

 

 

Currently, there is no way to change the column subtotals to left. Please click the Idea link below and vote for this function.

Idea Link: https://ideas.powerbi.com/ideas/idea/?ideaid=fa4c855b-67ce-4970-b4ee-72226772ba79

MargaritaG
Resolver I
Resolver I

Hey, 
If you have e.g. table: Date, Analyst Name and # reports = count( Data[Analyst Name])
Then you can create calculated table 
Analyst Total = Summarize ( Data, Data[Analyst Name], "Total",  [# Reports])
Create Relationship based on Analyst Name between two tables
Then add these table columns into matrix Rows, and use Data (original table) columns Date  in columns & measure [# Reports] in values

Then turn off row sub totals 
and  turn off in row headers Stepped Layout

Result 

MargaritaG_0-1644481210796.png

Let me know if that solves your problem 



VahidDM
Super User
Super User

HI @abeirne 

 

Check this link:
https://community.powerbi.com/t5/Desktop/Matrix-with-left-hand-totals/m-p/1238695

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.