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
Aravind_Kumar
Frequent Visitor

Lookup against multiple column

 

Aravind_Kumar_0-1676929881155.png

Hello : My Data looks like above (A to E) and Column F in Green is what i need to populate.

I have 3 different column to look up based on the value in Columne E / Unit ? For example if unit is FT i need value from First col, and if it is SQY then 3rd column

Any suggestion how to bring this lookup ?

 

1 REPLY 1
vicky_
Super User
Super User

Use a switch statement. something like
ColF = SWITCH([Unit], 
    "SQM", SELECTEDVALUE([SQM]),

    ... etc.

)

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.

Top Solution Authors