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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
cesarfg1991
New Member

How to do a vlookup between two excel and remove duplicates in Power BI

I have 2 excel files ("task_sla", "sn_sm_finance_request") with matching columns (same values) in the column "NUMBER" for "sn_sm_finance_request" and "TASK" in "task_sla".

 

In Excel I used VLOOKUP doing a crossover comparing "NUMBER" in "task_sla" (in the field "TASK") and comparing "TASK" in "sn_sm_finance_request" (in the field "NUMBER" and then remove some duplicated values to match both Excel files.

 

I'm starting to work with Power BI and I want to know if there's a way to apply this (with formulas, don't know, I'm a newbie) to automate this process I do in Excel into Power BI.

 

Is there's a way. How formulas, which Power BI processes should I look? Maybe como bibl

 

Hope you can support

1 ACCEPTED SOLUTION
v-jianboli-msft
Community Support
Community Support

Hi @cesarfg1991

 

You can use the DAX function LOOKUPVALUE(). 

It returns the value for the row that meets all criteria specified by one or more search conditions.

 

Syntax:

LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value> [, <search2_columnName>, <search2_value>]… [, <alternateResult>] )

 

For more details, please refer to: LOOKUPVALUE function (DAX) - DAX | Microsoft Learn

 

Best Regards,

Jianbo Li

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-jianboli-msft
Community Support
Community Support

Hi @cesarfg1991

 

You can use the DAX function LOOKUPVALUE(). 

It returns the value for the row that meets all criteria specified by one or more search conditions.

 

Syntax:

LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value> [, <search2_columnName>, <search2_value>]… [, <alternateResult>] )

 

For more details, please refer to: LOOKUPVALUE function (DAX) - DAX | Microsoft Learn

 

Best Regards,

Jianbo Li

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.