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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Use Parameter to filter specific values from same column

Hi,

I got a graph which I am trying to filter with a parameter. One part of my parameter is based on a column with 3 different values Tier 1 Tier 2 and Tier 3. And I am only trying to use a filter at this part of my parameter.

My parameter looks like this. 

 

Cluster = {
    ("Tier "; NAMEOF('Location'[Tier ]); 0);  <- Tier 1 / Tier 2 / Tier 3 
    ("type"; NAMEOF('Location'[type]); 1); 
    ("way"; NAMEOF('Location'[way]); 2)
}


My graph looks like this. 
Nanaki_0-1715084414528.png

What I am trying to do is to use my parameter which is currently filtering this 3 lines to filter only Tier 1 and Tier 2 so the Tier 3 line wont appear in my chart. 
I cant use a simple filter because this would influence my other Parameter. 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You can also use field parameter in filter to show the value of selected parameter and filter that for Tier1 and Tier 2.

Power BI- Create dynamic slicers using field parameters: https://youtu.be/H2ZxWaHAJZQ
https://medium.com/@amitchandak/power-bi-power-bi-create-dynamic-slicers-using-field-parameters-2025...

 

 

Or use a measure with Tier1 and Tier 2.

 

Calculate([Measure],filter(Location, Location[Tier] in {"Tier1 ","Tier2"}) ) 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @amitchandak,

 

thank you for your response! The Measure worked! I thought if I am using a filter the measure will add up the values to one value. 

Thank you!

amitchandak
Super User
Super User

@Anonymous , You can also use field parameter in filter to show the value of selected parameter and filter that for Tier1 and Tier 2.

Power BI- Create dynamic slicers using field parameters: https://youtu.be/H2ZxWaHAJZQ
https://medium.com/@amitchandak/power-bi-power-bi-create-dynamic-slicers-using-field-parameters-2025...

 

 

Or use a measure with Tier1 and Tier 2.

 

Calculate([Measure],filter(Location, Location[Tier] in {"Tier1 ","Tier2"}) ) 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.