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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
nikitamobile85
New Member

Excel VLOOKUP against Power BI entity

Hello everyone,

 

I have a Power BI custom table containing all comprehensive information and it consists of 1.4mln rows. I would like to somehow link this Power BI table to an excel spreadsheet and to have an ability to copy/paste exact part numbers (for example, 10 diverse items) and want to automatically lookup (or merge) and bring all the information ralated only to this 10 items from Power BI table instead of searching each one by one. Please advise on the easiset way to achieve this as I want to train business users with lack of techical and BI knowledge to execute this on a daily basis. 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

You can make an Excel table into which you paste your 10 search items, let's say 10 Account Numbers. Use get data from table or range to add this table to power query, and then make it a list. Use that list in a Table.SelectRows(PriorStepOrTableName, each List.Contains(List.Buffer(NameOfYourUpdatedList), [Account Number]))

 

Assuming that you'll be loading the resulting table to an Excel sheet, you can just update your list in Excel, then just click Refresh all.

 

--Nate

View solution in original post

4 REPLIES 4
Omid_Motamedise
Super User
Super User

You can use the Merge feature in Power Query also


If my answer helped solve your issue, please consider marking it as the accepted solution.
Anonymous
Not applicable

You can make an Excel table into which you paste your 10 search items, let's say 10 Account Numbers. Use get data from table or range to add this table to power query, and then make it a list. Use that list in a Table.SelectRows(PriorStepOrTableName, each List.Contains(List.Buffer(NameOfYourUpdatedList), [Account Number]))

 

Assuming that you'll be loading the resulting table to an Excel sheet, you can just update your list in Excel, then just click Refresh all.

 

--Nate

Awesome solution! Thanks a lot!

lbendlin
Super User
Super User

You can run DAX queries against the Power BI Semantic model and return the results in Excel as table queries.  Very much like what Export...Excel with live connection does.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors
Top Kudoed Authors