How to Connect and Clean Excel Data in Power BI Desktop: A Beginner’s Guide
                
Hello learners,
In this tutorial, I am going to explain how to connect your
Excel file into Power BI Desktop. In the previous videos, I have explained how
to install Power BI Desktop on your Windows operating system. If you have any
issues with that, you can watch that video. From this video tutorial, I will
show you how to get your Excel data into Power BI Desktop. I have already
opened Power BI Desktop. As I mentioned before, this is a free tool provided by
Microsoft to develop dashboards and reports.
Method to Import Excel
- On the canvas, click the "Import data from Excel" button.
 - In the Home menu, go to the Data tab and click Excel workbook.
 - Click the "Get Data" dropdown, choose Excel workbook, or select More to open another window.
 - In that window, under File, select Excel Workbook, and click Connect.
 
Selecting the File
Now, it will open the file explorer. Go to Documents, open the Power BI folder, and select your Excel file (e.g., "Sample data for dashboards and report development"). Click Open. It will take 5 to 10 seconds to load the data into Power BI.
Navigator Window
In the Navigator window, you will see two checkboxes. These represent the two sheets in the Excel file.
Let’s open the Excel file — you can see the sheets: Sales Data, Sheet1. Since I want to load only one sheets that is Sales Data sheet, I will select all of them and click the Load button.
Transform Option
If you want to transform your data before loading it, click the Transform Data button. For this tutorial, I will directly load the data by clicking Load Data.
Data Loaded
You can now see the sheet named Sales Data, Returns — under the Fields pane. Under Sales Data sheet, the available column names are listed. If you open the Excel file, the column headers match what you see in Power BI.
[Data Type Symbols]
Next to each field, you might see symbols:
- Sigma (∑) for numeric fields
 - Calendar icon for date fields
 - Blank icon for text fields
 - These help identify data types quickly.
 
Header Row Issue
In the People and Returns sheets, you might see columns named Column1, Column2, etc. — this is due to Power BI not recognizing the first row as headers.
This is a common issue when loading Excel files. I purposely created this to show you how to fix it.
Using Power Query Editor
To fix it:
- Click Transform Data at the bottom of the screen.
 - This opens Power Query Editor.
 - You will see sales Data sheet.
 - For the Sales Data sheet:
 - Click Use First Row as Headers.
 
You’ll notice a step added under Applied Steps: "Promoted Headers" and "Changed Type".
You can undo this by removing those steps if needed.
Go to the Transform menu and select Use First Row as Headers.
It will rename columns correctly.
Finalizing Changes
Now go to the Home menu and click Close & Apply.
This will refresh the data and display correct column names under People and Returns sheets.
Conclusion
This is how you can connect your Excel file with Power BI Desktop. In the next post, I’ll show you how to connect other data sources like csv , sql server, web in Power BI Desktop.
Thank you!
Published on:
Learn moreRelated posts
Monitoring The DAX Queries Generated When The Power BI Copilot Index Is Built
In my last post I talked about the text index that Power BI Copilot builds to help it answer data questions. You might be wondering if you can...
Power BI app Copilot: AI scoped to the curated content in an app (Preview)
Announcing Power BI app Copilot, now in preview. With app-scoped Copilot, users can search for reports in an app plus ask questions and get co...
Deprecation Announcement: Office Online Server Retirement and What It Means for Power BI Report Server Users
What’s Changing? Microsoft has announced that Office Online Server (OOS) will be retired effective December 31, 2026. As a result, PBIRS users...
Introducing Power BI Controller: Streamlining Storytelling with Bulk Operations (Preview)
This feature was developed in direct response to feedback from our user community and is designed to provide an efficient tool for managing mu...
Understanding The “Copilot Analyzed Only Part Of The Model Due To Its Size” Warning In Power BI Copilot
If you’re using Power BI Copilot you may have seen the following warning message: What does it mean? What causes it? What can you do to ...
Automating Power BI Load Testing with Fabric Notebooks – Part 1: Capturing Real Queries
Load testing is essential when working with Microsoft Fabric capacity. With limited resources, deploying a Power BI report without testing can...





