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
TimeaW
Frequent Visitor

static grand total in matrix when filtered

Hi,

 

I have a matrix with different countries as rows and Value (USD) as values. If I filter on a country, I want to keep the grand total unchanged. So in this case, if I filter on Zambia, I want it to show 103.55 for Zambia and 287,524.39 for Total.

TimeaW_3-1682432542914.png

 

TimeaW_4-1682432565203.png

 

 

Is it possible?

 

 

1 ACCEPTED SOLUTION
TimeaW
Frequent Visitor

I've managed to solve it with:

Total  = if(isinscope(Data[Country]),sum(Data[USD Value]),calculate(sum(Data[USD Value]),all(Data[Country])))

View solution in original post

4 REPLIES 4
TimeaW
Frequent Visitor

I've managed to solve it with:

Total  = if(isinscope(Data[Country]),sum(Data[USD Value]),calculate(sum(Data[USD Value]),all(Data[Country])))
TimeaW
Frequent Visitor

Can anyone help? Maybe a DAX formula with ALL? I tried but couldn't find one which worked.

 

Thanks in advance.

TimeaW
Frequent Visitor

Hi,

 

I tried to look there but couldn't find the option to show grand total for this visual. I can only edit interactions with other visuals.

Ajendra
Resolver I
Resolver I

Hi,

 

I hope this message finds you well!

 

Use edit Interactions to show Grand Total! 

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.