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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
aury_lola
Regular Visitor

Power Query: Create column from cell value in table column

Hi everyone,

 

I find myself in a bit of a pickle after trying several options without any success. So here I am with a problem that I sincerely hope someone can help me with.

 

I imported multiple excel files from a folder, each with multiple sheets all formatted the same way.

After some initial transformations, I arrive at a table identifying the name of each sheet from each file [Model Name], and the relative table column [Excel.Data]. Before expanding the table column, I would like to generate a custom column that reads the specific value in a cell within those tables (the same everywhere), specifically the cell E1 in the excel sheets.

 

In pictures, here is where I arrive.

ProblemProblem

And here is what I would like to get.

Expected solutionExpected solution

 

The similar post I have seen all related to a cell in multiple files but I couldn't find anything about a cell in all sheets of multiple files. As if this adds a level a complexity I cannot seem to be able to untangle by myself.

 

Any help and suggestion would be greatly appreciated!

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

@aury_lola 

 

Create the new column with this

 

= Table.SelectColumns([Excel.Data], "Column5"){0}[Column5]

 

 

That code is based on your image which shows each table has 5 columns, the 5th being called Column5, and the data you want being in the first row of that column.

 

Regards

 

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi,

Based on the description, the method PhilipTreacy  provided should be helpful.

You can also view the following document to learn more information.

Operators - PowerQuery M | Microsoft Learn

 

Best Regards,

Wisdom Wu

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

PhilipTreacy
Super User
Super User

@aury_lola 

 

Create the new column with this

 

= Table.SelectColumns([Excel.Data], "Column5"){0}[Column5]

 

 

That code is based on your image which shows each table has 5 columns, the 5th being called Column5, and the data you want being in the first row of that column.

 

Regards

 

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


I love it when the solution end up being something much simpler than whatever I was trying. Thank you so much!

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.