Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
villa1980
Resolver I
Resolver I

Custom Column in Power Query Editor Nested Statement

Hi all,

 

 I am trying to create a custom column with a nested if statment. I can do the basics however I want to say
if Example = "Yes" and Example 2 not in ("A","B","C") then "Good" else "Bad2

I am struggling with the not in part of the statement.

 Any help would be much appreciated.

 

Many Thanks

 Alex

1 ACCEPTED SOLUTION

Glad it helped.

 

Don't forget to accept as the solution so that it can help others.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

3 REPLIES 3
MFelix
Super User
Super User

Hi @villa1980 ,

 

For this you must use not  and List contains:

if [Example] = "Yes" and not( List.Contains ({"A", "B", "C"}, [Example2])) then "Good" else "Bad"

 

MFelix_0-1712674107211.png

 

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



That is brilliant, thank-you so much for your help, this has worked a treat.

Glad it helped.

 

Don't forget to accept as the solution so that it can help others.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.