Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
17 | |
14 | |
12 | |
9 | |
8 |