Common Transformations in Power Query
Power Query provides many built-in transformation tools that help reshape data into a structured format suitable for analysis.
Some of the most frequently used transformations include:
Removing Duplicates
Duplicate records can lead to incorrect analysis and misleading insights.
To remove duplicates:
To remove duplicates:
- Select the column containing duplicate values
- Go to the Home tab
- Click Remove Rows → Remove Duplicates
Power BI keeps the first occurrence and removes the remaining duplicate records.
Filtering Rows
Filtering allows you to keep only the required data for analysis.
To filter rows:
- Click the filter dropdown icon in the column header
- Select or deselect values you want to include
- Apply the filter
Filtering helps remove unnecessary records such as blank rows or irrelevant categories.
Splitting Columns
Sometimes a column contains multiple values combined together.
For example: Hyderabad-Telangana
Using Split Column, you can separate them into individual columns.
City-State
Steps:
- Select the column
- Go to Transform tab → Split Column
- Choose a delimiter (such as comma, dash, or space)
This creates new columns for easier analysis.
Merging Columns
In some cases, you may want to combine multiple columns into one.
For example:
First Name + Last Name → Full Name
Steps:
- Select the columns
- Go to Transform tab → Merge Columns
- Choose a separator
This helps create more readable data fields.
Applied Steps in Power Query
One of the most powerful features of Power Query is the Applied Steps pane.
Every transformation you perform is recorded as a step. These steps appear on the right side of the Power Query Editor.
Every transformation you perform is recorded as a step. These steps appear on the right side of the Power Query Editor.
Benefits of Applied Steps:
- You can track every transformation performed
- Steps can be edited or deleted anytime
- The process becomes transparent and reproducible
This step-by-step transformation approach makes Power Query a powerful ETL tool within Power BI.
Power Query plays a fundamental role in preparing data for analysis in Power BI. It enables users to clean, transform, and reshape raw datasets into structured formats that are ready for reporting.
By using Power Query effectively, analysts can ensure that their data is accurate, consistent, and reliable before building visualizations or performing advanced analysis.
In Power BI, successful reporting always begins with well-prepared data, and Power Query provides the tools needed to achieve that.







