0
0
Power BIbi_tool~15 mins

Excel data import in Power BI - Real Business Scenario

Choose your learning style9 modes available
Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to analyze the monthly sales data that is stored in an Excel file. They want you to import this data into Power BI to create reports.
📊 Data: You have an Excel file with a table named 'SalesData' containing columns: Date, Region, Product, Quantity Sold, and Sales Amount.
🎯 Deliverable: Import the Excel data into Power BI and prepare it for creating sales reports.
Progress0 / 4 steps
Sample Data
DateRegionProductQuantity SoldSales Amount
2024-01-05NorthWidget A10500
2024-01-12SouthWidget B5300
2024-02-03EastWidget A8400
2024-02-15WestWidget C12720
2024-03-10NorthWidget B7420
2024-03-22SouthWidget C9540
2024-04-05EastWidget A11550
2024-04-18WestWidget B6360
1
Step 1: Open Power BI Desktop and click on 'Get Data'. Select 'Excel' as the data source.
No formula needed. Use the Power BI interface to select the Excel file.
Expected Result
Power BI opens a navigator window showing sheets and tables in the Excel file.
2
Step 2: In the navigator window, select the table named 'SalesData' and click 'Transform Data'.
No formula needed. Just select the table and transform data.
Expected Result
Power Query Editor opens showing the 'SalesData' table for editing.
3
Step 3: Verify the data types for each column in the Power Query Editor. Change 'Date' column type to Date if needed.
In Power Query Editor, select 'Date' column, then choose 'Date' data type.
Expected Result
'Date' column is correctly set as Date type, other columns have appropriate types.
4
Step 4: Close and apply the changes to load the data into Power BI report view.
Click 'Close & Apply' in Power Query Editor.
Expected Result
Data is loaded and ready for creating reports.
Final Result
Power BI Fields Pane:
---------------------
| SalesData         |
|  - Date           |
|  - Region         |
|  - Product        |
|  - Quantity Sold  |
|  - Sales Amount   |
---------------------

Report View:
Create visuals using these fields to analyze sales.
Excel data is successfully imported into Power BI.
Data types are correctly set for accurate analysis.
Data is ready for creating sales reports and dashboards.
Bonus Challenge

After importing, create a simple bar chart showing total Sales Amount by Region.

Show Hint
Use 'Region' as Axis and sum of 'Sales Amount' as Values in the bar chart visual.