Forum Discussion

MichelleQLi's avatar
MichelleQLi
Regular Visitor
3 years ago
Solved

If function or switch function to replace value

I have a table looking like below screenshot. 

I am not that familiar with Power BI DAX syntax, May I get some help to achieve below outcome:

 

A new colume to have:

 

if column 1 equals to "I"

and if Table3.Column6  not null

 

then use Table3.Column6 value to replace Column6 value

else remain Column6 value

 

 

2 Replies