Forum Discussion

harshad_barge's avatar
6 years ago
Solved

What am I doing wrong?

I am trying to update date in a column where the values are blank . The DAX is:   Position From (N) = IF ( ISBLANK ( [Position From Date] ), LOOKUPVALUE ( Fact_Position[Employee_ID], Fact_Po...
  • v-chuncz-msft's avatar
    6 years ago

    harshad_barge 

     

    Arguments <Result_ColumnName>, <Search_ColumnName> are in the wrong order.