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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
viveksairam89
Frequent Visitor

look up value A table of multiple values was supplied where a single value was expected

Hi,

look up value in employee table of multiple values was supplied where a single value was expected. how to resolve

objective is to create a new column and find manager id using emp id and manager name,

below sample table:

Emp idEmployee NameManager Namedeptemail
1vivekkholibattingvivek1@abc
2vivekrainafieldingvivek2@abc
3Johnvivekbowlingjohn@abc
4vivekdhoniallroundervivek3@abc
5kholidravidbattingkholi@abc
6rainadravidfieldingraina@abc
7dhonidravidallrounderdhoni@abc
8dravid allrounder

dravid@abc

 

Tryed to achieve in power bi using emailid to look up for manager value

 

viveksairam89_0-1715083018648.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@viveksairam89 , You can try like

 

Maxx(filter(Table, Table[Employee Name] = Earlier(Table[Manager Name]) ), Table[email])

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

@viveksairam89 , You can try like

 

Maxx(filter(Table, Table[Employee Name] = Earlier(Table[Manager Name]) ), Table[email])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors