Forum Discussion
DAX - circular dependency
- 4 years ago
Hi Anonymous ,
Since you have established a relationship between Consumer table and Companytable, please try using the RELATED function.
Companyname = RELATED ( Companytable[CompanyName] )Companynameknown = IF ( [Companyname] = BLANK (), "yes", "no" )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Since you have established a relationship between Consumer table and Companytable, please try using the RELATED function.
Companyname =
RELATED ( Companytable[CompanyName] )Companynameknown =
IF ( [Companyname] = BLANK (), "yes", "no" )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.