Level 1 Study Material Flashcards
Which of the following versions of the Windows operating system support installing Power BI Desktop? A. Windows Vista B. Windows 10 C. Windows 8.1 D. Windows 7
Windows 10, 8.1, and 7
What does ETL Stand For?
Extract the data from wherever it lives
Transform the shape of the data for better analysis
Load the data into dataset for analysis and reporting
Which of the following items is never stored within a PBIX project file?
A. Data for the rows of tables imported from external datasources
B. Default values for query parameters
C. Code written in R
D. Data source credentials
Data source credentials
What are the 3 places within a PBIX file where you can write R code?
Starting input source when creating a query, applied step in a query, R visual in a report
When designing a query in Power BI Desktop to clean up data, what operation can be used to remove non-printable characters?
Clean
What is the Trim function used for when querying?
Removing white space at start and end
What is the Clean function used for when querying?
Removing non-printable characters
What is the Group By function used for when querying?
Duplifying rows and creating unique ID values
Which of the following is not a valid privacy level for a Power BI data source? A. Public B. Protected C. Private D. Organizational
Protected
Where in a pbix file is M code written?
Formula bar of the query editor for each applied step, or the advanced editor of the query editor.
Which of the following is not a valid variable type when programming in the M language? A. Record B. List C. Function D. Dataframe
Dataframe (common in R, but not supported in M)
What language(s) can be used when designing a query in Power BI desktop?
SQL, M, DAX
Which of the following can be saved inside a PBIX project file but is never saved inside a PBIT project template file?
A. Datasource Credentials
B. Query Parameters
C. Rows of data imported from tables in external datasources
D. The default values for query parameters
Rows of data imported from tables in external datasources
Describe the basic idea of the star schema data model.
The model consists of a fact table in the center with the dimension tables surrounding it. The fact table is related to the dimension tables using 1 to many relationships.
What is a fact table?
Larger tables that contain the meat of the data. Contains line items with numerical values, for example, sales amount.