I have following case when statement in SQL which was joined multiple tables. How can i covert this into power bi DAX

后端 未结 0 1171
别那么骄傲
别那么骄傲 2020-12-19 16:12

case when A.status = \'ACTIVATED\' and m.caller is not null then \'ACTIVE\' when A.status = \'ACTIVATED\' and m.caller is null and n.callingparty is not null then \'AINACTIV

相关标签:
回答
  • 消灭零回复
提交回复
热议问题