Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello,
i want to filter a table on a value selection.
This selection is parameter and it not on tables.
Thanks,
Sophie
Solved! Go to Solution.
Hi @Sophie_ ,
Do you mean that you want to filter your underlying table by parameter slicer?
As far as I know, dynamic M query parameters only support Direct Query connection mode.
For reference:
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
If you want to filter the visual, you can create a relationship between the parameter table and data table, then create the vsiual.
If you don't want to create a relationship between them, I suggest you to create a measure to filter your visual in visual level filter. Here is a solved post with similar issue like yours, I hope it could help you.
For reference:Solved: Parameters and slicers - Microsoft Fabric Community
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Sophie_ ,
Do you mean that you want to filter your underlying table by parameter slicer?
As far as I know, dynamic M query parameters only support Direct Query connection mode.
For reference:
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
If you want to filter the visual, you can create a relationship between the parameter table and data table, then create the vsiual.
If you don't want to create a relationship between them, I suggest you to create a measure to filter your visual in visual level filter. Here is a solved post with similar issue like yours, I hope it could help you.
For reference:Solved: Parameters and slicers - Microsoft Fabric Community
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.