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! Request now

Reply
BracePBI
Frequent Visitor

Replicate Vlookup between Excel sheets in Power BI

Hi All,

I have Excel workbooks as Source with  Sheet1 and Sheet2

we have Sheet1 Cell values derived from Sheet2 cell values using below Vlookup.

=IF(ISERROR(VLOOKUP($B30,sheet2!$B:$Y,F$10,FALSE)), 0,VLOOKUP($B30,sheet2!$B:$Y,F$10,FALSE)/500)

Please let me know how to implement the solution to show up Sheet1 call values in a table in Power BI.


Thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @BracePBI ,

You can refer the solution in the following blogs to get it:

#PowerQuery – Replicate doing an Excel VLOOKUP in M

VLOOKUP in Excel and Power Query PBI

yingyinr_0-1635761638529.png

If the above ones can't help you get a solution, please share the example data in Sheet1 and Sheet2 (exclude sensitive data) and the final result you want in order to provide you with a suitable solution. Also attach a specific example to illustrate the calculation logic.

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @BracePBI ,

You can refer the solution in the following blogs to get it:

#PowerQuery – Replicate doing an Excel VLOOKUP in M

VLOOKUP in Excel and Power Query PBI

yingyinr_0-1635761638529.png

If the above ones can't help you get a solution, please share the example data in Sheet1 and Sheet2 (exclude sensitive data) and the final result you want in order to provide you with a suitable solution. Also attach a specific example to illustrate the calculation logic.

Best Regards

Greg_Deckler
Community Champion
Community Champion

@BracePBI You would use LOOKUPVALUE or MAXX(FILTER(...)...) Sample data and expected output always help. Hard to be more specific otherwise.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.

Top Solution Authors