Forum Discussion
Analitika
Post Prodigy
4 years agoGetting error A table of multiple values was supplied where a single value was expected.
- 4 years ago
Hi Analitika ,
You can try using FIRSTNONBLANK(Tablename[Columnname], 1) instead of LOOKUPVALUE.test=
CALCULATE (
FIRSTNONBLANK ( Tablename[Columnname], 1 ),
FILTER ( ALL ( Tablename), Tablename[UniqueID] = Table2 name[UniqueID2] )
)Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
V-lianl-msft
Community Support
4 years agoHi Analitika ,
You can try using FIRSTNONBLANK(Tablename[Columnname], 1) instead of LOOKUPVALUE.
test=
CALCULATE (
FIRSTNONBLANK ( Tablename[Columnname], 1 ),
FILTER ( ALL ( Tablename), Tablename[UniqueID] = Table2 name[UniqueID2] )
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.