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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

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

This has been working for the past several months but today I received an error saying, "A table of multiple values was supplied where a single value was expected." The statement is below. Any help on how to resolve this?

 

Pipeline = 
VAR pipeline = SUBSTITUTE ( LOOKUPVALUE ( 'hubspot-deals'[Pipeline], 'hubspot-deals'[Sales: Stripe ID], LOOKUPVALUE ( KPIEmployees[stripeid], KPIEmployees[email], 'hubspot-ind'[Email] ) ), "Sales - ", "" )
RETURN
    IF (
        ISBLANK ( pipeline ),
        "Direct",
        pipeline
    )

 

2 REPLIES 2
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please provide me with more details about your table or share me with your pbix file after removing sensitive data.

Refer to:

How to Get Your Question Answered Quickly

 

Best Regards,
Eyelyn Qin

PaulDBrown
Community Champion
Community Champion

Pipeline is returning multiple values instead of a single value. Why? probably because one/both of  the LOOKUPVALUES is returning a list instead of a single value (but that's just a guess, since there is no sample data to go by)





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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

Users online (927)