cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Mahi1827
Resolver I
Resolver I

How to filter (show/hide) slicer values, based on selection of value from another slicer

Hi ,

Need your help and suggestions on below problem.

I have 2 slicers one is "country" and another one is "price type" 

 

country slicer have values US,UK,JP
and price type slicer have values "new price", "old price", "offer price"

 

as per the requirement, i would like show or hide values in price type slicer based on selection of value in country slicer. below scenarios i need cover.

 

1) if country "US" is selected in country slicer then price type slicer should show only "new price"
2) if country "UK" is selected in country slicer then price type slicer should show only "new price" and "old price"
3) if country "JP" is selected in country slicer then price type slicer should show only "new price" and "offer price"

 

i have tried with creating new column to get values in price type slicer = if ( isfilterted(Product[country]="US", filter(product,product[price type]="new price",
Product[country]="UK", filter(product,product[price type]="new price" && product,product[price type]="old price",
Product[country]="JP", filter(product,product[price type]="new price" && product,product[price type]="offer price","")))

 

also tried with creating new measure= var selectvalue(product[country]="US" and applied on price type slicer but both new column and measures not worked with DAX

 

so please suggest your approach on DAX or any other workaround and help on this scenario.

 

Thanks for your time.

 

Thanks
mahi

2 REPLIES 2
skeets20
Resolver I
Resolver I

This is a challenging one without knowing more about your model like @mattww eluded to.  I'm guessing you don't have relationships built in since you are having problems.  I would like to ask though, is your intention with the PriceType slicer to display the appropriate pricing from another table with that data?  If so, you could probably use a calculation group instead of list of values for your slicer.  Just a thought.

mattww
Responsive Resident
Responsive Resident

Hi @Mahi1827 

 

Is this based on one table or are the fields Country and Price Type on separate tables associated with another table you're aggregating?

 

You could create a COUNTROWS measure on the table that's being aggregated, drag that as a Visual Level Filter on your Price Type slicer, and set the filter to be > 0

 

This article is the kind of thing I mean Filter slicers without using bidirectional filters in Power BI - SQLBI

 

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

 

 

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors