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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Arial36
Frequent Visitor

Problems with the lookupvalue function

Hello Community!

I am having a problem with the lookupvalue formula. I have a table that contains a field with part numbers. In turn, I have another table with part numbers as well and a date field, and I need that, for all the parts that are in both tables, it brings me the date from the second table to the first. The problem is that when I use the lookupvalue formula it gives me the following error "a table of several values ​​was provided where a single value was expected". The strange thing is that if I want to bring any other field from the second table there are no problems and the function works perfectly. Only when I want to bring the date field to me does this error happen. What could be happening?

Error.png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Arial36 , Can you share sample data and sample output in table format?

I think there is more than one value in another table.

 

There 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

2 REPLIES 2
amitchandak
Super User
Super User

@Arial36 , Can you share sample data and sample output in table format?

I think there is more than one value in another table.

 

There 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

Thank you ! Watching the videos I could solve it with this formula:

 

IF Date = MAXX (FILTER ('Total ML Pieces', 'Total ML Pieces' [Bar] = 'Divergent Pallets' [Bar]), 'Total ML Pieces' [IF Date])

 

Greetings!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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