Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
then i created a new relationship between my new table and parameter table
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
as you see the above table where it shows my measure names, get filtered but in the graph it doesnt
please help
Solved! Go to Solution.
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 :
Parameter Fields are only really filtered if I select the slicer created by parameter.
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.
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 :
Parameter Fields are only really filtered if I select the slicer created by parameter.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.