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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Ram_DCT
Helper II
Helper II

LOOKUPVALUE function with multiple values into RESULT TABLE

Hi Team,

 

I need a quick help. I have two tables with one has unique values and another has multiple values.

 

I need to to repeat my LOOKUPVALUE for all the duplicates reocrds as it is going to repeat same value only. Currently it is giving me one value for each record without making any relationship between them.

Here is table where I weant to pull all the respective Project Names:

TableA:

ProjectID
101
101
101
102
103
103
104

 

TableB:

ProjectIdProjectName
101P1
102P2
103P3
104P4

 

Expected Output [Without making any active relatiosnhip between these two tables]

ProjectIDProjectName
101P1
101P1
101P1
102P2
103P3
103P3
104P4

 

What I am getting using LOOKUPVALUE is:

ProjectIDProjectName
101P1
101 
101 
102P2
103P3
103 
104P4

Basically, it is not reapeting the output for each duplicate value - ideally, it should wokr very similar to Vlookup in excel.

 

Please help

 

Thanks,

Ram

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Ram_DCT ,

New column in table A

 

Maxx(filter(TableB, TableA[ProjectID] = TableB[ProjectID]), TableBProjectName])

 

 

refer 4 ways 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

1 REPLY 1
amitchandak
Super User
Super User

@Ram_DCT ,

New column in table A

 

Maxx(filter(TableB, TableA[ProjectID] = TableB[ProjectID]), TableBProjectName])

 

 

refer 4 ways 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

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.