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!View all the Fabric Data Days sessions on demand. View schedule
Hello,
I want to create a relation with 2 slicers from 2 differents tables, the problem is that I have 2 columns, so I cannot use the SelectedValue like a measure.
Any solutions ?
Solved! Go to Solution.
Hi @extrasiyf ,
You can use DISTINCT() to extract one of your columns as a new table without any relationships between your source table. Then you can use SELECTEDVALUE() to do some calculation when selecting field in the slicer.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@amitchandak To just select one slicer not both. Because I have two departments for 2 differents table with the same data. Can i just refer to one slicer with Dax ?
Hi @extrasiyf ,
You can use DISTINCT() to extract one of your columns as a new table without any relationships between your source table. Then you can use SELECTEDVALUE() to do some calculation when selecting field in the slicer.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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!