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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Reverse Table Filters?

I have a table that filters by multiple categories, so when I insert data it automatically filters.

I’m wondering how I can reverse this in a measure that averages/sums all the data WITHOUT xyz category, so I can isolate the delta or positive/negative effect of a category

For Example: I can already track the success rate when I use Part A. However, because multiple parts are used at a time, I want to also track the success rate of all trials without Part A, and subtract them to get Part A's "success delta" if that makes sense. Is there any way to do this within a table? Maybe make a scatter plot with Success Deltas and Usage Rates? Thanks!

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

@Anonymous - Inverse Aggregator - https://community.powerbi.com/t5/Quick-Measures-Gallery/Inverse-Aggregator/m-p/342266#M91



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...

@Anonymous - Did the inverse aggregator work for you? Please @ me to let me know.



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...
amitchandak
Super User
Super User

@Anonymous , The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

If value1 is selected in col1 this will give other then value1

 

new measure =
calculate([measure], filter(All(Table), not(Table[col] in values(Table[col]))))

 

or

 

new measure =
calculate([measure], filter(All(Table), not(Table[col] in allselected(Table[col]))))
Appreciate your Kudos.


Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.