Power Query Editor Flashcards

1
Q

You need to make changes to you data,
Which three changes are supported in the data source settings in the Power Query Interface

A

Modyfing the file path
Clearing permissions
Editing permissios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You create a Power BI data source which uses a SQL select statemnet, it queries multiple table in a sql server database and includes subqueries

After you import data from the data source into Power BI, you notice that one of the columns in the resulting dataset appears blank

you verifiy that the source table does include data

A

Use the cast function in the sql statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

From Power Bi desktop you create a data source by importing an excel file
You plan to identify data anomalies within the data source

which interface should you use to display the column distribution and column quality graphs

A

Power query editor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Column Quality

A

Valid
Error
Empty

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Column distribution

A

distinct
#Unique

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Column profile

A

Column Statistic
Value distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You have a query that retrieves data from a table tat contains more than 8000 rows
In power query editor you notice that the column statistics for each column shows a count of exactly 1000
you need to ensure that the column statistics for each column show the statistics based on all rows that are returned by the query
what shoul you do

A

From the query window select column profiling on the entires data set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You use Power BI Desktop to transform a query that retrieves data from an excel spreadsheet
You need to view and modify multiple steps in all the M code
Which interface do you use

A

Avanced editor in the power BI Query editor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You have a table that contains a columns named Product ID
Ythe proudct ID column contains values that have a prefix PD followed by five numbers. For example pd15332
You plan to vonvert the product ID values to numbers
You need to remove the leading two letters form the current ID values
What do you use

A

Replace values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You have an excel spreadsheet that contains two columns as follows
Category: name of categories
Subcategory: containe names of subctategories

The excel is imported to Power Bi Desktop

You need to transform the data to meet the followinf requierments

Have mulitple columns, where one column represents oone category
Have a single row that includes the total count of subcategories for each category

A

Pivot columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You connect Power query editor to a data base table
You need to remove the Row DI column. Your solution must ensure that new columns not display in the table model during a schedule refresh in the future

A

Use the select columns command and choose the columns to keep

How well did you know this?
1
Not at all
2
3
4
5
Perfectly