Forum Discussion
AtchayaP
Helper V
4 years agoTo create a colnumn
- Anonymous4 years ago
Hi AtchayaP ,
I suggest you to add a custom column by "IF" in Power Query Editor.
if [Type] = "Service 1" and [Environment] = "Prod" and [Type of Issue] = "Incident" then 1 else 0Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi AtchayaP ,
I suggest you to add a custom column by "IF" in Power Query Editor.
if [Type] = "Service 1" and [Environment] = "Prod" and [Type of Issue] = "Incident" then 1 else 0Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.