What is the main reason to use Power Query when working with messy data in Excel?
Think about how Power Query handles data before you use it in Excel.
Power Query helps clean and reshape data by applying steps that do not alter the original data file. This makes it easier to work with messy data safely.
You have a column with dates in different formats like '01/02/2023', '2023-02-01', and 'Feb 1, 2023'. How does Power Query help you fix this?
Power Query can transform columns using built-in date functions.
Power Query lets you apply a transformation step that converts all date values into a consistent date format automatically.
You load a table with duplicate rows into Power Query and apply the 'Remove Duplicates' step on a column named 'Product ID'. What will be the result?
Product ID 101 102 101 103 102
Think about what 'Remove Duplicates' means in Power Query.
Power Query removes duplicate rows based on the selected column, keeping only unique values.
You have a column with full names like 'John Smith' and want to split it into first and last names. Which Power Query function is best for this?
Think about how to separate text based on spaces.
Splitting a column by a delimiter (like space) separates text into multiple columns.
You have a Power Query that loads data from a large external file and applies multiple transformation steps. What is the main impact on Excel when you refresh this query?
Consider what happens when Power Query reloads and transforms data.
Refreshing a query can take time and use system resources, causing Excel to slow down temporarily.