Forum Discussion
Lookupvalue when Value doesn't exist in One Table
Hi kartiklal70 ,
In your case, you can create a calculated column like
Lookup Column =
IF (
CSR[CSR] = "CSR-0329"
&& 'Milestones'[Primary CSR] = "CSR-0007",
'Milestones'[AHOP Issued Date],
LOOKUPVALUE (
'Milestones'[AHOP Issued Date],
CSR[CSR], 'Milestones'[Primary CSR]
)
)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous ,
I don't want to hardcode it as there are other such cases in my dataset.
- Anonymous3 years agoNot applicable
Hi kartiklal70 ,
You'd better provide some sample data of your two tables, along with the expected results.
I need more details.
Is there a relationship between the two tables?
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- kartiklal703 years agoFrequent Visitor
Anonymous ,
Link to Sample Power BI Report.
https://www.dropbox.com/s/piq5xhqxwo1mmjd/Sample%20Power%20BI%20Report.pbix?dl=0
Expected Results for Calculated Column: