Bird
0
0

If you import an Excel table named 'SalesData' and want to filter rows where Region equals 'West', which Power Query step is correct?

medium📝 Formula Result Q5 of 15
Power BI - Getting Data
If you import an Excel table named 'SalesData' and want to filter rows where Region equals 'West', which Power Query step is correct?
ARemove Columns > Region
BAdd Column > Region equals 'West'
CSort Rows > Region descending
DFilter Rows > Region equals 'West'
Step-by-Step Solution
Solution:
  1. Step 1: Identify filtering action

    Filtering rows by a condition is done using Filter Rows in Power Query Editor.
  2. Step 2: Exclude other actions

    Remove Columns deletes columns, Sort Rows orders data, Add Column creates new columns but does not filter.
  3. Final Answer:

    Filter Rows > Region equals 'West' -> Option D
  4. Quick Check:

    Filter rows by condition = Filter Rows > Region equals 'West' [OK]
Quick Trick: Use Filter Rows to keep only desired data [OK]
Common Mistakes:
  • Removing columns instead of filtering rows
  • Sorting data instead of filtering
  • Adding columns instead of filtering

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes