Power Query is a data transformation tool in Power BI.
It helps you clean, reshape, and prepare data before using it for analysis or visualization.
It works in a no-code/low-code environment—perfect for beginners.
Power Query is available in:
In Power BI, it opens when you click “Transform Data”.
Feature | Description |
---|---|
Step-by-step editor | Each action (like renaming, removing columns) is saved as a step |
No coding needed | Built with a graphical interface – drag, drop, and click |
Supports M language | Behind the scenes, it uses a powerful formula language called M |
Reusable queries | You can reuse query steps in multiple reports or tables |
Connects to many sources | Excel, CSV, Web, SQL Server, SharePoint, APIs, etc. |
This is often called ETL:
Extract → Transform → Load
You import a messy Excel file with:
Using Power Query, you:
Now the data is clean and ready to use for reporting.
Section | Purpose |
---|---|
Navigator Pane | Shows all queries and steps |
Data Preview Grid | Displays sample data from selected table |
Ribbon Toolbar | Contains transformation options |
Applied Steps | Lists each action taken on the data |