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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply

Matrix Total Value Used for Another Field

Is there any way to achieve this?

EvanGetsItDone_0-1667822528104.png

Basically, for the "group sales" column, I only need to display or return the value of the Total based of the column "Group" so for this scenario, I need the group sales to only return the 1,130,822 (which is the total based of the "Group" column. Is there a way to return just that? because i need the group sales value for another measure as well. 

Thanks!

 

1 ACCEPTED SOLUTION
mangaus1111
Solution Sage
Solution Sage

Hi @EvanGetsItDone ,

you can try

CALCULATE(

                SUMX('Table'[sales]),

              REMOVEFILTERS('Table'[Site]),REMOVEFILTERS('Table'[Customer])

)

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

5 REPLIES 5
mangaus1111
Solution Sage
Solution Sage

yes REMOVEFILTERS is the same of ALL

mangaus1111
Solution Sage
Solution Sage

Hi @EvanGetsItDone ,

you can try

CALCULATE(

                SUMX('Table'[sales]),

              REMOVEFILTERS('Table'[Site]),REMOVEFILTERS('Table'[Customer])

)

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

since ALL() is gonna show on every row. Is there any way to just show the value on the top of level of the matrix? thanks!

Hello, I used ALL() instead of remove filters and it worked. Thanks for bringing out the idea and concept. 

Hey thanks, I think I got the context you provided, The REMOVEFILTERS() function is greyed out for me or disabled, not sure maybe from the way I am pulling my data, are there any alternatives for the removefilters()?

EvanGetsItDone_0-1667830158769.png

 



Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.