Forum Discussion
Anonymous
7 years agoNot applicable
Lookup value - error multiple values was supplied
Hi all, I tried to create a calculated column from the left table to lookup value from the right table but it shows this error "A table of multiple values was supplied where a single value was e...
- 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])))
Anonymous
7 years agoNot applicable
Thank you Ashish_Mathur , it works!
Ashish_Mathur
7 years agoSuper User
You are welcome.