Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

How to handle NULL value in custom column

HI, I need to to convert the below expression to power BI supported expression when I am going to add new column :   if(not isNULL(DOC_RECORD_KEY), DOC_RECORD_KEY, if(not isNULL(MSG_RECORD_KEY), ...