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 September 15. Request your voucher.
There are two tables A and B and I want to merge below tables into the new one with subjects when IEYN and NSYN =yes.
The below dax which i created combining both yes and no subjects
Table A | |
Subject | IEYN |
Subject 1 | Yes |
Subject 2 | Yes |
Subject 3 | Yes |
Subject 4 | Yes |
Subject 5 | No |
Table B | |
Subject | NSYN |
Subject 1 | Yes |
Subject 2 | Yes |
Subject 3 | Yes |
Subject 4 | No |
Subject 5 | Yes |
hi @Anonymous
try replacing FILTER with CALCULATETABLE
Thanks Amit. There are other columns in the tables so i want just the subjects of the both tables in the new table with condition [IEYN] ="Yes" (Table A) and NSYN = "Yes" (Table B)
User | Count |
---|---|
58 | |
56 | |
53 | |
49 | |
32 |
User | Count |
---|---|
172 | |
89 | |
70 | |
46 | |
45 |