Forum Discussion

joep78's avatar
joep78
Helper III
6 years ago
Solved

Lookup function (=RELATED) including IF is Blank function

 hi There,   I have a quick question, I get information from another table with the function  =related and this works as expected. How ever, I also have empty lines (that are logical) but I want a ...
  • tex628's avatar
    6 years ago

    Try this,

    ReportingCurrencySpotRate = 
    IF(
    RELATED(BaseAccountingCommitment[ReportingSpotRate]) = BLANK() , 1 ,
    RELATED(BaseAccountingCommitment[ReportingSpotRate])
    )