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
Anonymous
Not applicable

How to avoid changes on total, when activating interaction filter.

Hello every body,

 

We have an issue, in one of the visuals (Visual #1) we have a count of product filter by category 1 and 2, and in the other visuals they have the count of product of all the categories, the problem is when interacting with visual #1, the other visuals total changes to a count of product by fitlering to category 1,2.  We already try "calculate" with "all" function, but it's not working, the only thing I can think of is to cancel the interaction, but we do want the report to be dynamic.

 

Any help on how to resolve this will be much appreciated.

 

Example filter with slicer.

power 2.png

 

Example filter with interaction of visual #1.

power 1.png

 

 

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

I think if "Total of product, category1,2 bar chart" is filtered category1,2 by visual level filter.

So when you do interaction, it will also interact with other visual by setting in visual level filter.

And you could try to use a measure like this:

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Cate]="C1"||'Table'[Cate]="C2"))
 
here is a similar post for you refer to:

 

If not your case, please share your simple sample pbix file.

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

I think if "Total of product, category1,2 bar chart" is filtered category1,2 by visual level filter.

So when you do interaction, it will also interact with other visual by setting in visual level filter.

And you could try to use a measure like this:

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Cate]="C1"||'Table'[Cate]="C2"))
 
here is a similar post for you refer to:

 

If not your case, please share your simple sample pbix file.

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.