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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Analitika
Post Prodigy
Post Prodigy

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

Analitika_0-1644511244520.png

 

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

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.

View solution in original post

1 REPLY 1
V-lianl-msft
Community Support
Community Support

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.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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