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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello
Is it possible to use a slicer with specific value/range options to filter a field in another table via a function?
E.g. a slicer has two options: 0 and 1.
If 0 is selected then e.g. Col1 of a table is filtered by >4.
If 1 is selected then Col1 of a table is filtered by <4.
Thanks!
Solved! Go to Solution.
Hi @Anonymous
You may use SELECTEDVALUE('Table'[Column]) to get the value of the selection in slicer and store it as a Variable.
Now you can use this variable for calculation logic derivation.
Hi @Anonymous
You may use SELECTEDVALUE('Table'[Column]) to get the value of the selection in slicer and store it as a Variable.
Now you can use this variable for calculation logic derivation.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!