Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Solved! Go to 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 👍
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 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.