0
0
Power BIbi_tool~5 mins

Power Query interface overview in Power BI - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Power Query helps you clean and shape your data before using it in reports. This interface overview shows you where to find tools to connect, transform, and load data easily.
When you need to fix messy data before analysis, like removing extra spaces or changing date formats
When you want to combine data from different files or sources into one table
When you want to filter out rows or columns you don’t need
When you want to add new columns based on calculations or conditions
When you want to see a step-by-step list of all changes made to your data
Steps
Step 1: Open Power BI Desktop and click
- Home tab > Transform data button
Power Query Editor window opens showing your data tables
πŸ’‘ This is where you prepare your data before creating visuals
Step 2: Look at the left pane
- Queries pane
You see a list of all data tables (queries) you have loaded
πŸ’‘ Click any query to view or edit its data
Step 3: Check the center pane
- Data preview area
You see the actual rows and columns of the selected query
πŸ’‘ You can click column headers to sort or select columns
Step 4: Look at the right pane
- Applied Steps pane
You see a list of all changes made to the data in order
πŸ’‘ Click any step to see the data at that point or delete steps to undo changes
Step 5: Use the top ribbon
- Home, Transform, Add Column tabs
You find buttons to do actions like remove columns, change data types, or add new columns
πŸ’‘ Hover over buttons to see what they do before clicking
Step 6: When done editing, click
- Home tab > Close & Apply button
Your cleaned and shaped data loads back into Power BI for reporting
Before vs After
Before
Power Query Editor opens with a list of 3 queries and raw data showing 100 rows with unfiltered sales data
After
After using the interface, the data preview shows 50 rows filtered for the current year, with extra columns removed and a new calculated column added
Settings Reference
Queries pane
πŸ“ Left side of Power Query Editor
Navigate between different data tables
Default: Shows all loaded queries
Applied Steps pane
πŸ“ Right side of Power Query Editor
Track and manage data transformation history
Default: Shows all transformation steps in order
Ribbon tabs
πŸ“ Top of Power Query Editor
Access tools for data shaping and transformation
Default: Home tab active on open
Common Mistakes
Trying to edit data directly in the data preview without using transformation tools
Power Query does not allow direct cell editing; changes must be done through steps
Use the ribbon buttons or right-click options to transform data, which creates steps in the Applied Steps pane
Closing Power Query Editor without clicking Close & Apply
Changes will not be saved or loaded into Power BI report
Always click Close & Apply to save and load your transformed data
Summary
Power Query interface helps you clean and prepare data visually before reporting
It shows your queries, data preview, and a list of transformation steps
Remember to use the ribbon tools and Close & Apply to save changes