Forum Discussion
Conditonal column based on 2 tables
- 4 years ago
Hi Ayappan ,
If a relationship exists in the table house, the rows that are not empty can be filtered in the filter by the following way:
If there is no relationship between the tables.
M = CALCULATE ( MAX ( Contact_Table[Manager_Name] ), Contact_Table[Manager_ID] = MAX ( Project_Table[ Manager_ID] ) )If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Ayappan ,
If a relationship exists in the table house, the rows that are not empty can be filtered in the filter by the following way:
If there is no relationship between the tables.
M =
CALCULATE (
MAX ( Contact_Table[Manager_Name] ),
Contact_Table[Manager_ID] = MAX ( Project_Table[ Manager_ID] )
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.