Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I am new in Power Bi. We have created a power bi report which uses multiple excel files. These excel files at month end are updated by end users.
To smooth the process we are planning to merge excel files in to one file with multiple worksheets so that only one excel file can be shared to the user.
How can we change the datasource from individual excel file to worksheets in one excell file. we dont want to report or graphs to get affected.
Please help
Solved! Go to Solution.
Hi @pankhuri49 ,
I think you have kept the column name to be same after you merge your excel files, so you need to try to change the data source and sheet name in your Power Editor Query by below step:
When you click the table in Power Editor Query, you will see below steps, right?
The steps you need to change are "Source" and "Navigation"
Click "Souce", you will see :
= Excel.Workbook(File.Contents("YOUR_EXCEL_ROUTE"), null, true)
Change all the excels you used to the merge file ROUTE
Click "Navigation":
= Source{[Item="YOUR_SHEET_NAME",Kind="Table"]}[Data]
Change the "Item" for every excels you used to the new SHEET NAME in your merge file
Please try
Aiolos Zhao
Hi @pankhuri49 ,
I think you have kept the column name to be same after you merge your excel files, so you need to try to change the data source and sheet name in your Power Editor Query by below step:
When you click the table in Power Editor Query, you will see below steps, right?
The steps you need to change are "Source" and "Navigation"
Click "Souce", you will see :
= Excel.Workbook(File.Contents("YOUR_EXCEL_ROUTE"), null, true)
Change all the excels you used to the merge file ROUTE
Click "Navigation":
= Source{[Item="YOUR_SHEET_NAME",Kind="Table"]}[Data]
Change the "Item" for every excels you used to the new SHEET NAME in your merge file
Please try
Aiolos Zhao
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |