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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Community,
There are two tables,
The output from the 2nd table should be filtered based on 1st table values.
1st table :
C | C1 | C2 | C3 |
S | A | T | U |
2nd table:
C | C1 | C2 | C3 |
A | A | T | U |
B | A | T | U |
C | A | S | T |
D | B | B | D |
E | C | X | V |
Here, Columns C1, C2 and C3 from the 1st table need to be filtered in the 2nd table and output should be all the columns in the 2nd table.
Output:
C | C1 | C2 | C3 |
A | A | T | U |
B | A | T | U |
Kindly help by through DAX.
Regards,
Vineetha.
Solved! Go to Solution.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.