Forum Discussion
Lookup value - error multiple values was supplied
- 7 years ago
Hi,
Does this work?
CALCULATE(SUM('USA recurring'[USD revenue]),FILTER('USA recurring','USA recurring'[Customer ID]=EARLIER('monthly groupby'[customer_id])&&'USA recurring'[Year billed]=EARLIER('monthly groupby'[year])&&'USA recurring'[month billed converted]=EARLIER('monthly groupby'[month])))
Ashish_Mathur v-juanli-msft - I have a similar requirement where I have to just bring multiple values from other table using Lookup value function.
When I use LOOKUPVALUE, I'm getting this error: "A table of multiple values was supplied where a single value was expected"
When I use FIRSTNONBLANK, I getting only one value from the other table. However I need all the matched values (few cases only 1 value, few cases more than 1).
Can you please help me with the same? Thanks!
Hi,
Both those functions will only bring over a single value. To bring over multiple values (in multiple rows), use the Query Editor to merge the two tables.