- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Combine multiple sheets from Excel File
Hi,
I want to combine the below 4 sheets of the excel file.
When I go to the data column I can only see the below:
How can I combine those sheets?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@doritilto , Go through this video
https://www.youtube.com/watch?app=desktop&v=gQo5coD9c4M
Proud to be a Super User! |
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @doritilto , hello bhanu_gautam, thank you for your prompt reply!
I found a similar post and tested it based on the steps outlined above, which worked well. You can refer to it.
1. After connecting to the spreadsheet, right-click the file name and select Transform Data (don't select each individual sheet):
2. Modify the M code by changing the second argument to "true" (prevents repetition of column headers):
=Excel.Workbook(File.Contents("C:\Users\Administrator1\Desktop\multiple_sheets_same_structure.xlsx"), true, true)
3. In the Data column, click the Expand icon (double arrow):
4. Uncheck "Use original column name as prefix":
Result:
Similar post for your reference:
Solved: Combining Data From Multiple Worksheets Into one t... - Microsoft Fabric Community
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @doritilto , hello bhanu_gautam, thank you for your prompt reply!
I found a similar post and tested it based on the steps outlined above, which worked well. You can refer to it.
1. After connecting to the spreadsheet, right-click the file name and select Transform Data (don't select each individual sheet):
2. Modify the M code by changing the second argument to "true" (prevents repetition of column headers):
=Excel.Workbook(File.Contents("C:\Users\Administrator1\Desktop\multiple_sheets_same_structure.xlsx"), true, true)
3. In the Data column, click the Expand icon (double arrow):
4. Uncheck "Use original column name as prefix":
Result:
Similar post for your reference:
Solved: Combining Data From Multiple Worksheets Into one t... - Microsoft Fabric Community
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@doritilto , Go through this video
https://www.youtube.com/watch?app=desktop&v=gQo5coD9c4M
Proud to be a Super User! |
|

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
11-05-2024 09:08 AM | |||
08-08-2024 04:04 AM | |||
09-20-2024 04:46 AM | |||
01-17-2024 06:34 PM | |||
09-23-2024 02:51 PM |
User | Count |
---|---|
86 | |
82 | |
42 | |
40 | |
35 |