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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
darrenfishell
Advocate II
Advocate II

Help controlling/limiting filter interactions between two visuals

I'm trying to enable filter behavior that I can't figure out for the life of me.

Importantly: I am looking for a solution that does not involve adding a new table to my data model.

My scenario is: 

  • I have a table with two dimensions (let's say product and segment) and a measure
  • I have another bar chart with just one of the dimensions (segment)

I would like to only pass the filter on Product from the table to the bar chart. If I disable the filtering on segment in the calculation, using ALL(), then I get the expected result of the same value for all segments. 

I'm also slightly confused why ALLEXCEPT() doesn't achieve my goal here, either. I would like to calculate the units for all rows, except those filtered by the product field, as:

 

CALCULATE( SUM( financials[Product] ), ALLEXCEPT( financials, financials[Product] ) )

 

Thanks for any help or insights you can provide.

Dashboard view: 

darrenfishell_0-1671554085378.png

Desired bar chart view when clicking any "Amarilla" product row in the table:

darrenfishell_1-1671554122735.png

 

 

2 REPLIES 2
bolfri
Super User
Super User

Can you share a pbix file with dummy data to see your table?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thanks! I am unable to upload a file. For reference, the workbook and screenshots I posted use the sample dataset packaged with PowerBI -- from the `financials` table. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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