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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
EZimmet
Resolver I
Resolver I

Lookup that will compare Table 1 & Table 2 and add field to Table 1 with results

Thank you all for the assistance.

 

I need to do a Lookup that will compare two Tables

  1.  If a record is found in both Tables I need it to show in Table 1 with a status of " Found "
  2.  If a record is not found in Table 1 but resides in Table 2 I need it added to Table 1 with a comment " ADDED "

 

EZimmet_0-1673445339812.png

 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@EZimmet , You can use one of the 4 methods

 refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

The data shows under the Data Model -- Not Showing under the Transformation Data Screen ?

Can someone assist in converting a DAX 

Findme = LOOKUPVALUE('Staff_to_Site_Team'[CreatedBy],'Staff_to_Site_Team'[CreatedBy],'Profile without Group'[CreatedBy])
into a M Query 

 

EZimmet_0-1673452810214.png

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@EZimmet , You can use one of the 4 methods

 refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

The data shows under the Data Model -- Not Showing under the Transformation Data Screen ?

Can someone assist in converting a DAX 

Findme = LOOKUPVALUE('Staff_to_Site_Team'[CreatedBy],'Staff_to_Site_Team'[CreatedBy],'Profile without Group'[CreatedBy])
into a M Query 

 

EZimmet_0-1673452810214.png

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors