The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I have two tables where I want to obtain a value from table b, if values from table a match those in b.
I have a calculated column which does this:
This works, but my question is, what would the equivalent query look like in M? I would prefer to add this as an actual column in my data table.
Many thanks,
John.
Solved! Go to Solution.
In Power Query, you can use Merge Queries to join the two tables, and return the column(s) you want from table B.
Proud to be a Super User!
In Power Query, you can use Merge Queries to join the two tables, and return the column(s) you want from table B.
Proud to be a Super User!