Bird
0
0

Which of the following is the correct syntax to remove duplicate rows from a table named Sales in Power Query?

easy📝 Formula Fix Q12 of 15
Power BI - Data Cleaning with Power Query
Which of the following is the correct syntax to remove duplicate rows from a table named Sales in Power Query?
ATable.RemoveDuplicates(Sales)
BRemove.Duplicates(Sales)
CTable.Distinct(Sales)
DDistinctRows(Sales)
Step-by-Step Solution
Solution:
  1. Step 1: Recall Power Query function for duplicates

    The correct function to remove duplicates is Table.Distinct.
  2. Step 2: Apply function to the table

    Using Table.Distinct(Sales) removes duplicate rows from the Sales table.
  3. Final Answer:

    Table.Distinct(Sales) -> Option C
  4. Quick Check:

    Table.Distinct = Remove duplicates [OK]
Quick Trick: Use Table.Distinct to remove duplicates in Power Query [OK]
Common Mistakes:
  • Using non-existent functions like Remove.Duplicates
  • Confusing syntax with other languages
  • Adding extra parameters unnecessarily

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes