exam questions

Exam DA-100 All Questions

View all questions & answers for the DA-100 exam

Exam DA-100 topic 1 question 14 discussion

Actual exam question from Microsoft's DA-100
Question #: 14
Topic #: 1
[All DA-100 Questions]

DRAG DROP -
You are modeling data in a table named SalesDetail by using Microsoft Power BI.
You need to provide end users with access to the summary statistics about the SalesDetail data. The users require insights on the completeness of the data and the value distributions.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order,
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: Create a blank query as a data source
Start with a New Source in Power Query Editor, and then Blank Query.

Create a parameter that use a query for suggested values.
Step 2: Specify the following query, then close and apply. -Table.Profile(#ֲ¨SalesDetail")
In the new blank query, in the formula bar (if you don't see the formula bar, check the formula bar option in the View tab of the Power Query Editor), type below expression:
=Table.Profile()
Note that this code is not complete yet, we need to provide a table as the input of this function.
Note: The Table.Profile() function takes a value of type table and returns a table that displays, for each column in the original table, the minimum, maximum, average, standard deviation, count of values, count of null values and count of distinct values.
Step 3: Create a visual for the query table.
The profiling data that you get from Table.Profile function is like below;

After loading the data into Power BI, you'll have the table with all columns, and it can be used in any visuals.
Reference:
https://radacad.com/create-a-profiling-report-in-power-bi-give-the-end-user-information-about-the-data

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
emi502
Highly Voted 4 years, 1 month ago
Create a blank query as data source, Specify the following query then close and apply- Table.Profile(#"SaleDetail"), Create a visual on report page using fields from the new table.
upvoted 65 times
emi502
4 years, 1 month ago
answer is correct.
upvoted 10 times
...
...
fhqhfhqh
Highly Voted 4 years ago
This question was in the exam.
upvoted 10 times
...
Bhushan_M
Most Recent 3 years ago
Tested the ans is correct
upvoted 2 times
...
Stalin77
3 years, 10 months ago
Tested Answer is correct.
upvoted 1 times
...
francis6170
3 years, 10 months ago
Got this in the exam - Aug 15, 2021.
upvoted 1 times
...
Popxm
3 years, 10 months ago
answer is correct but it's =Table.Profile(#"SaleDetail") Or =Table.Profile(SaleDetail)
upvoted 1 times
Bhushan_M
3 years ago
its =Table.Profile(SaleDetail)
upvoted 1 times
...
...
L0L0_OLIMBO
4 years ago
The answer is correct, Sure!
upvoted 4 times
...
David_Hu
4 years ago
is the last step, 'create a visual', necessary?
upvoted 1 times
Jajcarz
4 years ago
there are need t 3 steps
upvoted 1 times
...
Massy
3 years, 12 months ago
yes, you have to provide the data for end users
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...