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
Lainkito59
Frequent Visitor

Compare column value with the values of another column in Power Query

Hi everyone, 

I have this table in Power Query and I want to check if the value in column ID is available in the column PARENT ID.
For example, the ID 12 is available in PARENT ID column so we can create a new column and put "AVAILABLE" and for the ID 6 put "NOT AVAILABLE". 
I want to do it in Power Query and not in Power BI because I need to import only the AVAILABLE values.

Lainkito59_0-1695848532647.png
Thanks in advance for your support !

 

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

=Table.AddColumn(YourTableName,"Custom",each if List.Contains(YourTableName[PARENT ID],[ID]) then "AVAILABLE" else null)

View solution in original post

1 REPLY 1
wdx223_Daniel
Super User
Super User

=Table.AddColumn(YourTableName,"Custom",each if List.Contains(YourTableName[PARENT ID],[ID]) then "AVAILABLE" else null)

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! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.