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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jas_power
Helper I
Helper I

Calculated Column - Lookup Value in Same Table Based on Multiple Conditions

I have a table where I need to create a calulated column to determine the value from the main product for each row.

 

jas_power_0-1668430471050.png

 

I want to lookup the value when the geoId and refPer matches and the prodId = 2. So for each product id in the table, I want to show the value for prodId 2 for the same refPer and geoId.

 

jas_power_1-1668431749339.png

 

1 ACCEPTED SOLUTION
jas_power
Helper I
Helper I

Based on the response by @MG86  in this thread (Solved: LookupValue with Filter - Microsoft Power BI Community) I added a calculated column that did the trick.

 

value2 = LOOKUPVALUE(I_data[value], I_data[geoId], I_data[geoId], I_data[refPer], I_data[refPer], I_data[prodId], 2)

 

Thank you @MG86 for such an elegant solution.

View solution in original post

1 REPLY 1
jas_power
Helper I
Helper I

Based on the response by @MG86  in this thread (Solved: LookupValue with Filter - Microsoft Power BI Community) I added a calculated column that did the trick.

 

value2 = LOOKUPVALUE(I_data[value], I_data[geoId], I_data[geoId], I_data[refPer], I_data[refPer], I_data[prodId], 2)

 

Thank you @MG86 for such an elegant solution.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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