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
claret_mug
Frequent Visitor

two slicers on one chart

claret_mug_0-1599222130908.png

Hello

In the visual above '% point gap' is based on a measure and 'NTU APP Target Gap' in based on data in a table. Is it possible to have two different slicers applied to the same visualisation - one to control '% point gap' and one for 'NTU APP Target Gap'?

Many thanks for any help

 

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

Hi @claret_mug 

 

It's possible, you can try below methods:

 

1 ) I created two new tables "Compare Table 1", "Compare Table 2"

They have 1 field in each table and are simply a list of all Items for comparison.

I ensure there are no table joins to other tables.

 

2) I created four new measures

 

i) SelectedCompare1 = if(HASONEVALUE('Item Compare1'[Name]),ALLSELECTED('Item Compare1'[Name]),"")

 This simply gets the value of slicer1 into measure

 

ii) SelectedCompare2 = if(HASONEVALUE('Item Compare2'[Name]),ALLSELECTED('Item Compare2'[Name]),"")

This simply gets the value of slicer2 into a measure

 

ii) CompareSalesItem = if(HASONEVALUE('Items'[Name]),ALLSELECTED('Items'[Name]),"")

This simply gets each row values Item Name into a measure

 

iv) CompareFlag = If(OR([SelectedCompare1]=[CompareSalesItem],[SelectedCompare2]=[CompareSalesItem]),"Yes","No")

This sets a flag as a measure for each row of the sales table as a Yes or No in the instance the Item equalled one of items in either of the two slicers.

 

3) The Line Chart

I drag the measuer CompareFlag into the Visual filters of the chart and set its filter value = Yes.

As these two items are those specified for compare the chart only shows the two items in the selected slicers.

 

Community Support Team _ Dina Ye
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

3 REPLIES 3
v-diye-msft
Community Support
Community Support

Hi @claret_mug 

 

It's possible, you can try below methods:

 

1 ) I created two new tables "Compare Table 1", "Compare Table 2"

They have 1 field in each table and are simply a list of all Items for comparison.

I ensure there are no table joins to other tables.

 

2) I created four new measures

 

i) SelectedCompare1 = if(HASONEVALUE('Item Compare1'[Name]),ALLSELECTED('Item Compare1'[Name]),"")

 This simply gets the value of slicer1 into measure

 

ii) SelectedCompare2 = if(HASONEVALUE('Item Compare2'[Name]),ALLSELECTED('Item Compare2'[Name]),"")

This simply gets the value of slicer2 into a measure

 

ii) CompareSalesItem = if(HASONEVALUE('Items'[Name]),ALLSELECTED('Items'[Name]),"")

This simply gets each row values Item Name into a measure

 

iv) CompareFlag = If(OR([SelectedCompare1]=[CompareSalesItem],[SelectedCompare2]=[CompareSalesItem]),"Yes","No")

This sets a flag as a measure for each row of the sales table as a Yes or No in the instance the Item equalled one of items in either of the two slicers.

 

3) The Line Chart

I drag the measuer CompareFlag into the Visual filters of the chart and set its filter value = Yes.

As these two items are those specified for compare the chart only shows the two items in the selected slicers.

 

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

@claret_mug - The short answer is yes, visuals will by default respond to all slicers on a page. If you want your measures to only respond to one measure versus another (which I think is what you want?), you will need to code that into the measures themselves using something like ALLEXCEPT perhaps. Not really enough to go on to be more specific.

Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
amitchandak
Super User
Super User

@claret_mug , what kind of slicer and what should it control. If drag a column from table 1 it will filter table 1 and data joined to table1.

So if table 1 and table 2 are joined to common tables. then filter from those tables will not impact each other

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.