mediumMultiple SelectObjective-mapped
Which Three Actions Can You Perform in the Power Query Editor?
Which THREE actions can be performed in the Power Query Editor?
Quick Answer
The Power Query Editor exists specifically to reshape and clean data before it's loaded into a report, and the actions it supports reflect that purpose: removing columns lets you strip out fields that aren't needed for analysis, keeping the dataset focused and lighter to work with, while changing a column's data type, say converting a text field to a proper number, ensures values are stored in a form that Power BI can actually calculate, sort, and aggregate correctly. Both of these are classic transformation steps because they change the shape or type of the data itself rather than how it's displayed, which is the core distinction that defines Power Query's job: it operates upstream of the report canvas, on the data, whereas visuals, formatting, and layout choices happen downstream in the report view itself. When you see a question asking what can be done in the Power Query Editor, favor answers that describe transforming, cleaning, or reshaping the underlying data, such as removing or renaming columns, changing types, filtering rows, or merging queries, and rule out anything that describes visual formatting or report design, since those belong to a completely different stage of the Power BI workflow.
⚠ Common exam trap
Test-takers frequently confuse the Power Query Editor's data transformation role with the data modeling and DAX capabilities of Power BI Desktop, leading them to incorrectly select options like creating measures or relationships.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Change data types
The Power Query Editor is specifically designed for data transformation and cleaning tasks. Changing data types (e.g., from text to number) is a fundamental transformation that ensures data is correctly formatted for analysis in Power BI.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create measures
Why it's wrong here
Measures are created in the report view using DAX.
- ✓
Change data types
Why this is correct
Power Query Editor allows changing data types.
- ✓
Merge queries
Why this is correct
Power Query Editor can merge queries.
- ✓
Remove columns
Why this is correct
Power Query Editor can remove columns.
- ✗
Create relationships between tables
Why it's wrong here
Relationships are created in the model view.
Go deeper
Related to this question
About these practice questions
This PL-900 question is part of Courseiva's 904-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on PL-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A data analyst needs to combine data from two Excel tables that have a common column 'ProductID'. Which Power BI tool should they use?
medium- A.Append Queries
- ✓ B.Merge Queries
- C.Pivot Column
- D.Group By
Why B: Merge Queries is the correct tool because it combines two tables by matching rows based on a common column (ProductID), similar to a SQL JOIN. This allows the analyst to bring in additional columns from one table into the other, which is exactly what is needed when data from two Excel tables must be integrated on a shared key.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.