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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Cednok
Frequent Visitor

Problem with vlookupvalue

Hello guys,

 

I have two tables

Table : Users

Table :Request

 

 

Table Request.JPGTable users.JPG

 

I want add colum Email on my request Table in relation with name

 

I Try with Vlookupvalue, no errors but no results.

Here my fonction :

Emaul = LOOKUPVALUE(Users[Name],Users[Email],'Request'[Fullname])
 
Can you help me please ?
1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

Hello @Cednok 

 

Its LOOKUPVALUE(<result column>, <search column>, <search value>)
So this should get you your result:

 

Email = LOOKUPVALUE( Users[Email] , Users[Name] , 'Request'[Fullname] )

 

 

 

If this solves your issues please mark it as the solution. Kudos 👍 are nice too.

View solution in original post

6 REPLIES 6
Icey
Community Support
Community Support

Hi @Cednok ,

Based on my test, @jdbuchanan71 's DAX expression works well.

email.PNG

Has it solved your problem?

If it has, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If not, please let me know.


Best Regards
Icey

calerof
Impactful Individual
Impactful Individual

@Cednok ,

 

Check your formula as @jdbuchanan71 's advice. First the email, then name, lastly the name as search value from your request table.

 

Regards,

 

Fernando

 

On my File the fullname it's concatanation of Name and Surname, i have a feeling that i have one space at the begining of surname

jdbuchanan71
Super User
Super User

Hello @Cednok 

 

Its LOOKUPVALUE(<result column>, <search column>, <search value>)
So this should get you your result:

 

Email = LOOKUPVALUE( Users[Email] , Users[Name] , 'Request'[Fullname] )

 

 

 

If this solves your issues please mark it as the solution. Kudos 👍 are nice too.

I just tried but it's the same no results 😞

Can you share your .pbix file so I can see the data?  You can put it on OneDrive or DropBox and share the link here.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.