Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
Solved! Go to Solution.
Merge?
Of course 🙈
thnx
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!