Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

If condition

Hi All,   Please help me with below query:        Table1                              Table2 I need the result as mentioned in table-2. Please help me with the same   Regards, Chandr...
  • v-danhe-msft's avatar
    v-danhe-msft
    7 years ago

    Hi Anonymous ,

    You may refer to below formula:

    Result2 = var a=RELATED(Table1[Result1])
    return IF(a="N.A",Table2[Customers],a)

    Result:

    You could also download the pbix file to have a view.

     

    Regards,

    Daniel He