Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
)
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
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)
Proud to be a Super User!
Paul on Linkedin.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 90 | |
| 75 | |
| 41 | |
| 26 | |
| 26 |