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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Kudoed Authors