Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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.
@doritilto , Go through this video
https://www.youtube.com/watch?app=desktop&v=gQo5coD9c4M
Proud to be a Super User! |
|
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.
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.
@doritilto , Go through this video
https://www.youtube.com/watch?app=desktop&v=gQo5coD9c4M
Proud to be a Super User! |
|
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |