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! Learn more

Reply
Astolfo
Frequent Visitor

Exclude value in some cases

Hi all,

i have a list of brands with their weekly revenue, i want to show the total revenue of the week but i would like to add something( a filter or something like that) that allows me to show the total with and without Adidas Revenue.

Thanks

Astolfo_0-1681724536175.png

 

1 ACCEPTED SOLUTION

If it's just Adidas you're going to exclude always you could create bookmarks one with the visual with Adidas one without, then link it to a button for the user to select which view they want.

 

If this isn't what you need what would be the ideal outcome? how would the report need to look?

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

7 REPLIES 7
DOLEARY85
Resident Rockstar
Resident Rockstar

HI,

 

try:

 

measure = CALCULATE(SUM('table'[Revenue]),'table'[Brand] <> "Addidas")

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

It works to exclude adidas revenue, but i was asking a way to exclude and include it, like a filter, total with adidas and without adidas

Could you use a normal calculate sum measure and add a slicer with the Brand column to adjust the total based on what is selected? 

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Wanted to avoid it, for me is fine but the final user is really basic about using power bi. 

If it's just Adidas you're going to exclude always you could create bookmarks one with the visual with Adidas one without, then link it to a button for the user to select which view they want.

 

If this isn't what you need what would be the ideal outcome? how would the report need to look?

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

I think this is what i need. Many thanks!

No problem, happy to help 🙂

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.

Top Solution Authors