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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Select rows from another table that match value of a column in this table

I need to be able to reference a subset of another table/query (inputTable) in my current table/query (currentTable).

I have tried:

= Table.AddColumn(#"prev step", "SubsetTable", each Table.SelectRows(inputTable, each Record.Field(_, colA) = [A] and Record.Field(_, colB)=[B]))

 

I want the rows from the inputTable where colA (and colB) match the values in column A (and B) in the current table in the current row (/for each row)

 

Hope this makes sense

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

2 REPLIES 2
HotChilli
Super User
Super User

Merge?

Anonymous
Not applicable

Of course 🙈

thnx

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors