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
dkehoe32
Helper I
Helper I

help with formula

I need to put this excell formula : =IFERROR(VLOOKUP(I115,'New 2018 Part Numbers'!A:D,4,FALSE),"2017 Part Number") into a BI column.  I115 referes to the "material" column and the "new 2018 part numbers AD referring to two columns from that excell file which is in BI as well.

9 REPLIES 9
v-jiascu-msft
Employee
Employee

Hi @dkehoe32,

 

Could you please mark the proper answer as a solution?

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I have not found the solution yet

Hi @dkehoe32,

 

Did my solution work? Or were there any errors? Can you share a sample?

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

new number.PNG

Hi @dkehoe32,

 

Seems you missed the blue part in the formula below.

Column =
IFERROR (
    LOOKUPVALUE ( 'table'[Column D], 'table'[Column A], [Column I115] ),
    "Not found"
)

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi, im still getting the same error

Hi @dkehoe32,

 

Can you share your file, please? You can mask the data first.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
dkehoe32
Helper I
Helper I

its meant to say A: D not the smiley face

Hi @dkehoe32,

 

The formula could be like below. But the result would depend on your data structure. You can give it a try.

Column =
IFERROR (
    LOOKUPVALUE ( 'table'[Column D], 'table'[Column A], [Column I115] ),
    "Not found"
)

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.