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

My Slicer visualization does not control the display of other visualizations

I defined a numerical parameter and use it to filter the data table to get data greater or equal to this parameter.  I also created a slicer visulization on report to control the value of this parameter, and turned on the interaction on other visualiztions.  But, when I adjust the value of this parameter by sliding the bar, the other visuliztions do not change at all.  I found that the value of this parameter remains at it's original value.  Is there a way to resolve this problem?

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous ,

 

What is the formula you are using for the calculation of the parameter to filter out the visuals?

 

You need to have something similar to:

 

FIlter value = Measure = IF(Parameter[Parameter Value] >= VALUES('Table'[Line]); 1;0)

Then you need to place this measure as a filter for each visual on the page and select is equal to 1.

 

Should work as expected.

 

Regards,

MFelix

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Anonymous ,

 

What is the formula you are using for the calculation of the parameter to filter out the visuals?

 

You need to have something similar to:

 

FIlter value = Measure = IF(Parameter[Parameter Value] >= VALUES('Table'[Line]); 1;0)

Then you need to place this measure as a filter for each visual on the page and select is equal to 1.

 

Should work as expected.

 

Regards,

MFelix

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



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.