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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
ss89
Helper II
Helper II

LOOKUPVALUE - "A table of multiple values was supplied where a single value was expected"

Hello Community,

I'm trying to use the LOOKUPVALUE function to lookup values from Input Summary Table in gmsgqmi_sql_lims_ri_sqa_lots query table .

I get the following error:

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

 

The "Input Summary" table is linked to a sharepoint list.

I would like to create a new column where each protocol name code has its corresponding ATP value, (ATP is the number of days to release the protocl name code from its date of receipt).

 

Many thanks in advance for your help!

 

5 REPLIES 5

Hello @ss89 

 

I guess the lookup you have used, it should be other way round

 LOOKUPVALUE function (DAX) - DAX | Microsoft Learn

You can also use Related here  

RemyO
Resolver I
Resolver I

If that works i would check if the sharepoint list does not contain any duplicate lookup values. The error suggest that there is a duplicate value.

 

Then I would try a sharepoint list with only 1 value in which can be found by at least 1 record in gmsgqmi_sql_lims_ri_sqa_lots  it and see what happens.

 

If this works add a few records

 

If it still works add some more.. and keep going till the end.

 

Hi,

thanks for your reply.

I exported to an Excel file the list on the sharepoint but there are no duplicate values.

Duplicate values are only on gmsgqmi_sql_lims_ri_sqa_lots

JadhavVarsha_13 also says something which can be the issue.

Read the lookup documentation. It could be that your lookup is reversed

 

erm Definition

result_columnNameThe name of an existing column that contains the value you want to return. It cannot be an expression.
search_columnNameThe name of an existing column. It can be in the same table as result_columnName or in a related table. It cannot be an expression.
search_valueThe value to search for in search_columnName.

 

 

Yes, i think that could be the cas because i have faced same issues earlier 

@ss89 let us know if that works

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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