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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Anonymous
Not applicable

I want slicer to only affect one value in visual

I have a visual that displays the scheduled amount of time and the canceled amount of time. My problem is that the data is coming from the same place and it then changes once  I apply the filter of "canceled appointments". How do I make it so that the slicer only affects one value in the visual? Thanks!

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

Hi @Anonymous ,

 

You should use slicer instead of filter.

Check the formula below.

Measure = IF(ISFILTERED('Table (2)'[slicer]),CALCULATE(SUM('Table'[scheduled amount]),FILTER('Table','Table'[slicer]=SELECTEDVALUE('Table (2)'[slicer]))),SUM('Table'[scheduled amount]))

The slicer table should have no relationship with the fact table.

Result would be shown as below.

7.PNG

8.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

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

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

View solution in original post

4 REPLIES 4
v-jayw-msft
Community Support
Community Support

Hi @Anonymous ,

 

You should use slicer instead of filter.

Check the formula below.

Measure = IF(ISFILTERED('Table (2)'[slicer]),CALCULATE(SUM('Table'[scheduled amount]),FILTER('Table','Table'[slicer]=SELECTEDVALUE('Table (2)'[slicer]))),SUM('Table'[scheduled amount]))

The slicer table should have no relationship with the fact table.

Result would be shown as below.

7.PNG

8.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

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

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
Pragati11
Super User
Super User

Hi @Anonymous ,

 

Can you please add more information to your question with some screenshots?

The values that you move on the chart, are they calculated values or coming directly from table?

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

Hi, thanks. They are coming directly from the table.

 

metric

metricmetric

 

visualization tabvisualization tab

 

slicerslicer

Hi @Anonymous ,

 

Have you tried looking to edit interractions in Power BI:

https://www.wisdomaxis.com/technology/software/powerbi/interview-questions/what-is-the-default-visual-interaction-in-power-BI-how-to-change-it-how-many-types-of-interactions-are-there.php

 

Use can use these to avoid a visual from getting filtered by a filter.

 

If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors