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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Slicer filters parameter name values but not parameter measure value

Hello everyone, 
i created a fields parameter for my measures

then i created a custom new table called filter that lets me select between 4 different filter names "All", "Lead", "Pipline" and "Rates"

it looks like this

pbiguru123_0-1717497773635.png

 

then i created a new relationship between my new table and parameter table

pbiguru123_1-1717497828203.png



now when i put a slicer with "Filter" as options, i am able to filter the parameter names, however if i put them in a graph, the values dont change


pbiguru123_2-1717497938002.png



pbiguru123_3-1717497958271.png


as you see the above table where it shows my measure names, get filtered but in the graph it doesnt

please help



1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

After my testing, only the slicer created by the parameter itself affects the fields and values in the parameter. 
You can use this DAX to confirm this:

Measure = ISFILTERED(Parameter[Parameter Fields])

If I select slicer Filter, Parameter Fields are not filtered, even if the slicer created with parameter or the matrix in the screenshot you provided looks like it is already filtered :

vjunyantmsft_0-1717571389392.png

Parameter Fields are only really filtered if I select the slicer created by parameter.

vjunyantmsft_1-1717571544596.png

It is by design.

Best Regards,
Dino Tao
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

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

After my testing, only the slicer created by the parameter itself affects the fields and values in the parameter. 
You can use this DAX to confirm this:

Measure = ISFILTERED(Parameter[Parameter Fields])

If I select slicer Filter, Parameter Fields are not filtered, even if the slicer created with parameter or the matrix in the screenshot you provided looks like it is already filtered :

vjunyantmsft_0-1717571389392.png

Parameter Fields are only really filtered if I select the slicer created by parameter.

vjunyantmsft_1-1717571544596.png

It is by design.

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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