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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Alicia_Anderson
Resolver I
Resolver I

How to get grand total to exclude 1 filter

Below is a simplistic view of the data:

Alicia_Anderson_0-1668691195587.png

The goal is to exclude rows from displaying in the above table where #Calls <50, which I can easily do with a filter.  However, I need the GT Logical Reads to INCLUDE all Calls.    

Alicia_Anderson_1-1668691634580.png

This is my measure, but it is not working.  

Alicia_Anderson_3-1668691762296.png

Any assistance is appreciated!

1 ACCEPTED SOLUTION
Alicia_Anderson
Resolver I
Resolver I

I was able to accomplish this by setting the values for all the slicers and then removing the one. 

Alicia_Anderson_0-1669143078864.png

View solution in original post

4 REPLIES 4
Alicia_Anderson
Resolver I
Resolver I

I was able to accomplish this by setting the values for all the slicers and then removing the one. 

Alicia_Anderson_0-1669143078864.png
Alicia_Anderson
Resolver I
Resolver I

All works EXCEPT it gives me the total for all the data.  I want the total calculated based on all the selections made which can include multiple filters on Customer, Date and Object.

Alicia_Anderson_0-1668710186647.png

 

Hard to say definitively with the information provided, maybe something like...

_GT_LogReads =
CALCULATE (
    [_LogRead],
    REMOVEFILTERS ( DMV[NumberOfCalls] )
)

 

If REMOVEFILTERS doesn't work for you, investigate ALLEXCEPT.

 

Have I solved your problem?
Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;).
xOIEmaj

If you found this post helpful, please give Kudos.
It gives me a sense of instant gratification and, if you give me Kudos enough times, magical unicorns will appear on your screen.
If you find my signature vaguely amusing, please give Kudos.
image
fabric-SUbadge
Proud to be a Super User!
Greg_Deckler
Community Champion
Community Champion

@Alicia_Anderson Try using ALL instead of ALLSELECTED



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.