Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a series of Excel files that I want to combine in Power Query. I don't want to use the helper queries, so I use Table.Combine(source[Data]) to combine the Tables in my Source step. Works fine.
But now I want to retrieve the name of the sourcefile the data comes from.
I tried to add a new column to the individual tables by adding
List.Transform(
Source[Data],
(outer_table) => Table.AddColumn(outer_table,"SourceName",
each (Source[Name])))
but that generates a list of all the filenames instead of the individual filename of each file.
Anyone a suggestion how to fix this?
Solved! Go to Solution.
I started all over and succeeded in replicating your example and with success!
Thank you for your solution!
Not (yet) succesfull: I get an error in the "Tbl" column, stating that "it cannot convert a value of type Binary to type List.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
14 | |
13 | |
9 | |
7 | |
6 |