Power BI - Data Cleaning with Power QueryWhich Power Query M function is used to promote headers in a table?ATable.PromoteHeadersBTable.RenameColumnsCTable.RemoveRowsDTable.SortCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall Power Query M functions for header promotionThe function to promote headers is Table.PromoteHeaders.Step 2: Differentiate from other functionsTable.RenameColumns changes column names manually, RemoveRows deletes rows, Sort orders rows, none promote headers.Final Answer:Table.PromoteHeaders -> Option AQuick Check:Promote headers function = Table.PromoteHeaders [OK]Quick Trick: Use Table.PromoteHeaders to set first row as headers [OK]Common Mistakes:Using Table.RenameColumns insteadConfusing with row removal or sortingMisspelling the function name
Master "Data Cleaning with Power Query" in Power BI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepSheetTryChallengeScenarioRecallDash
More Power BI Quizzes Data Cleaning with Power Query - Unpivoting columns - Quiz 13medium Formatting and Design - Visual formatting options - Quiz 3easy Getting Data - Web data import - Quiz 11easy Getting Data - SQL Server connection - Quiz 11easy Getting Data - Excel data import - Quiz 1easy Power BI Basics and Architecture - Interface overview (Report, Data, Model views) - Quiz 1easy Power BI Basics and Architecture - Power BI Desktop vs Service vs Mobile - Quiz 10hard Power BI Basics and Architecture - Interface overview (Report, Data, Model views) - Quiz 7medium Power Query Editor - Power Query interface overview - Quiz 12easy Power Query Editor - Splitting and merging columns - Quiz 1easy