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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Everyone,
New power BI user here. Basically what I want to do is have a user select 2 values on same column and have the output be the common IDs on another column
Selections | IDs |
A | One |
B | two |
C | Three |
D | One |
E | Two |
F | Three |
G | One |
H | Two |
Suppose a user selects in a Slicer1 "A" and "B" and in Slicer2 "G" then I want to output to show (in matrix or whatever) "One"
Suppose a user selects in slicer1 "C" and in Slicer 2 "D" then the output should be nothing
Suppose a user selects in Slicer1 "A","B","C" and in Slicer2 "B","F" then output should be "two" and "three" etc
Ideally I dont want to dublicate tables/columns (but can live with it if there is no other way) as its a large data set and dont want to affect performance.
Thanks.
Thanks for the reply.
One quick question is assume I cannot create a realtionship between the 2 filter tables (and cannot go to qurey editor to create a relationship) and the Main table is there a way to do this then?