You import a CSV file into Power BI. The file uses semicolons (;) to separate values instead of commas (,). What must you do to correctly import the data?
Think about how Power BI knows where one value ends and another begins.
Power BI needs to know the delimiter used in the file. If the file uses semicolons, you must specify this in the import settings to parse the data correctly.
You import a CSV file without headers into Power BI and choose the option 'Use first row as headers'. What will happen to the first row of data?
Consider what the 'Use first row as headers' option does.
This option tells Power BI to treat the first row as column names, so it will not be included as data.
You import a CSV file where some fields contain commas inside quotes, like "New York, NY". After import, these fields are split incorrectly. Which option fixes this issue?
Think about how Power BI knows to treat commas inside quotes as part of the same field.
Text qualifiers tell Power BI to treat text inside quotes as a single field, even if it contains commas.
You imported a CSV file with sales data. Some rows have missing values in the 'Sales Amount' column. Which visualization best helps identify how many rows have missing sales amounts?
Focus on counting missing versus present values.
A bar chart grouped by blank or not blank values clearly shows how many rows have missing sales amounts.
Your company receives daily CSV files with millions of rows. You want to import these files into Power BI efficiently and update the data daily without reloading all historical data. What is the best approach?
Think about how to avoid reloading all data every day.
Incremental refresh allows Power BI to load only new or changed data based on a date column, improving performance with large datasets.