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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
No Worries I Found the answer. If anyone else is after somethign similar please see below.
LOOKUPVALUE(Result_ColumnName, Search_ColumnName1, Search_Value1)
Here,
In short, State from the Employee Information table will look into State from Master table and d
You may also use Merge Queries (Table.NestedJoin) in Query Editor.
You may also use Merge Queries (Table.NestedJoin) in Query Editor.
Take a look at link below.
https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data#combine-data
No Worries I Found the answer. If anyone else is after somethign similar please see below.
LOOKUPVALUE(Result_ColumnName, Search_ColumnName1, Search_Value1)
Here,
In short, State from the Employee Information table will look into State from Master table and d