cnestg8r
Active Member
- Joined
- Dec 26, 2005
- Messages
- 287
- Office Version
- 365
- Platform
- Windows
- Mobile
In order to find the rows of table A that are NOT in Table B, one can use M in a query.
e.g., Table.NestedJoin(Employee,{"EmpID"},#"Employee Salary",{"EmployeeId"},"Employee Salary",JoinKind.LeftAnti)
How can it be done in DAX, perhaps using GENERATE. GENERATE or GENERATEALL makes it easy to create inner, outer, and cross joins, but not ANTI as far as I know.
Many thanks.
e.g., Table.NestedJoin(Employee,{"EmpID"},#"Employee Salary",{"EmployeeId"},"Employee Salary",JoinKind.LeftAnti)
How can it be done in DAX, perhaps using GENERATE. GENERATE or GENERATEALL makes it easy to create inner, outer, and cross joins, but not ANTI as far as I know.
Many thanks.