Power BI - Data Cleaning with Power Query
You have a table where the first row contains data, and the second row contains the actual headers. How can you promote the second row as headers in Power Query?
Table.Skip(Source,1) to remove the first data row.Table.PromoteHeaders on the resulting table so the second row becomes headers.Table.Skip to skip the first row, then promote headers. -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions