Microsoft DA-100 Analyzing Data with Microsoft Power BI Online Training
Microsoft DA-100 Online Training
The questions for DA-100 were last updated at Dec 20,2024.
- Exam Code: DA-100
- Exam Name: Analyzing Data with Microsoft Power BI
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this scenario, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have several reports and dashboards in a workspace.
You need to grant all organizational users read access to a dashboard and several reports.
Solution: You publish an app to the entire organization.
Does this meet the goal?
- A . Yes
- B . No
HOTSPOT
You are enhancing a Power BI model that has DAX calculations.
You need to create a measure that returns the year-to-date total sales from the same date of the previous calendar year.
Which DAX functions should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You import a large dataset to Power Query Editor.
You need to identify whether a column contains only unique values.
Which two Data Preview options can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point
- A . Show whitespace
- B . Column distribution
- C . Column profile
- D . Column quality
- E . Monospaced
ion have a Power B1 dataset that contains a table named Temperature Readings.
Temperature Readings contains the columns shown in the following table.
The table has 12 million rows. All the columns are needed for analysis.
You need to optimize the dataset to decrease the model size. The solution must not affect the precision of the data.
What should you do?
- A . Split the DateTime column into separate date and time columns.
- B . Disable the Power Query toad.
- C . Round the Longitude column two decimal places.
- D . Change the data type of the TempCelsius column to Integer
You are reviewing a query that produces 10,000 rows in the Power Query Editor.
You need to identify whether a column contains only unique values.
Which two Data Preview options can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Column profile
- B . Column distribution
- C . Show whitespace
- D . Column quality
- E . Monospace
In Power Bi Desktop, you are creating visualizations in a report based on an imported dataset.
You need to allow Power Bi users to export the summarized data used to create the visualizations but prevent the users from exporting the underlying data.
What should you do?
- A . From Power BI Desktop, configure the Data Load settings for the current file.
- B . From the Power BI service, configure the dataset permissions.
- C . From Power BI Desktop, configure the Report settings for the current file.
- D . From Power BI Desktop, modify the data source permissions.
You have a data model that contains many complex DAX expressions. The expressions contain frequent references to the RELATED and RELATEDTABLE functions.
You need to recommend a solution to minimize the use of the RELATED and RELATEDTABLE functions.
What should you recommend?
- A . Merge tables by using Power Query.
- B . Hide unused columns in the model.
- C . Split the model into multiple models.
- D . Transpose.