The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?