Prepare DA-100 Question Answers - DA-100 Exam Dumps [Q60-Q82]

Share

Prepare DA-100 Question Answers - DA-100 Exam Dumps

Real Microsoft DA-100 Exam Questions [Updated 2021]


Microsoft DA-100 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Create Hierarchies
  • Create Calculated Columns
  • Apply User-Friendly Naming Conventions To Columns And Queries
Topic 2
  • Resolve Many-To-Many Relationships
  • Change Data Source Settings
  • Examine Data Structures
Topic 3
  • Identify Poorly Performing Measures, Relationships, And Visuals
  • Apply User-Friendly Value Replacements
Topic 4
  • Resolve Inconsistencies, Unexpected Or Null Values, And Data Quality Issues
Topic 5
  • Configure Navigation For A Report
  • Format And Configure Visualizations
  • Configure Data Classification
Topic 6
  • Edit And Configure Interactions Between Visuals
  • Configure Conditional Formatting
Topic 7
  • Define A Relationship's Cardinality And Cross-Filter Direction
  • Select A Shared Dataset Or Create A Local Dataset
Topic 8
  • Implement Time Intelligence Using Dax
  • Identify Query Performance Issues
  • Create Semi-Additive Measures
Topic 9
  • Replace Numeric Columns With Measures
  • Define Role-Playing Dimensions
Topic 10
  • Improve Cardinality Levels Through Summarization And By Changing Data Types
Topic 11
  • Design And Configure For Accessibility
  • Choose An Appropriate Visualization Type
Topic 13
  • Drilldown Into Data Using Interactive Visuals
  • Pin A Live Report Page To A Dashboard
Topic 14
  • Apply Data Shape Transformations To Table Structures
  • Configure Table And Column Properties
Topic 15
  • Use Basic Statistical Functions To Enhance Data
  • Apply Cross-Filter Direction And Security Filtering
Topic 16
  • Leverage Advanced Editor To Modify Power Query M Code
  • Identify And Create Appropriate Keys For Joins
Topic 17
  • Design The Data Model To Meet Performance Requirements
  • Evaluate And Transform Column Data Types
Topic 18
  • Implement Row-Level Security Roles
  • Flatten Out A Parent-Child Hierarchy
Topic 19
  • Use Dax To Build Complex Measures
  • Use Calculate To Manipulate Filter
Topic 20
  • Set Mobile View
  • Manage Tiles On A Dashboard
  • Use Drillthrough And Cross Filter
Topic 21
  • Define The Appropriate Level Of Data Granularity
  • Identify And Connect To A Data Source

 

NEW QUESTION 60
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 section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a query for a table named Sales. Sales has a column named CustomerID. The Data Type of CustomerID is Whole Number.
You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.
You need to ensure that nonnumeric values in the CustomerID column are set to 0.
Solution: From Query Editor, select the CustomerID column. Click Replace Errors... and enter a value of.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: B

 

NEW QUESTION 61
You are creating a Microsoft Power Bl model that has two tables named CityData and Sales. CityData contains only the data shown in the following table.

Sales contains only the data shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 62
You have a Microsoft Power Bl workspace.
You need to grant the user capabilities shown in the following table.

The solution must use the principle of least privilege.
Which user role should you assign to each user? To answer, drag the appropriate roles to the correct users. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 63
You have a sales system that contains the tables shown in the following table.

The Date table is marked as a date table.
DatelD is the date data type.
You need to create an annual sales growth percentage measure.
Which DAX expression should you use?

  • A. SUM(sales[sales_amount]) - CALCULATE(SUM(sales[sales_amount]),
    SAMEPERIODLASTYEAR('Date'[DatelD])
  • B. (SUN(sales[sales_araount]) - CALCULATE(SUM(sales[sales_amount]),
    SAHEPERIOOLASTYEAR('Date'[DatelD]))/ CALCULATE(SUM(sales[sales_amount]), SAMEPERIOOLASTYEAR ('Date'[DateID])
  • C. CALCULATE(SUM(sales[sales_amount]), DATESYTD('Date'[DatelD]))
  • D. CALCULATE(SUH(sales[sales_araount]), SAMEPERIODLASTYEAR('Date'[DatelD])

Answer: D

 

NEW QUESTION 64
You are developing a sales report that will have multiple pages. Each page will answer a different business question.
You plan to have a menu page that will show all the business questions.
You need to ensure that users can click each business question and be directed to the page where the question is answered. The solution must ensure that the menu page will work when deployed to any workspace.
What should you include on the menu page?

  • A. Create a button for each business question and set the action type to Bookmark.
  • B. Create a text box for each business question and insert a link.
  • C. Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the business questions.

Answer: C

Explanation:
Power BI enables data insights and better decision-making, while Power Apps enables everyone to build and use apps that connect to business data. Using the Power Apps visual, you can pass context-aware data to a canvas app, which updates in real time as you make changes to your report. Now, your app users can derive business insights and take actions from right within their Power BI reports and dashboards.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual Analyze the Data Question Set 1

 

NEW QUESTION 65
You are developing a report page. Some users will navigate the report by using a keyboard, and some users will consume the report by using a screen reader. You need to ensure that the users can consume the content on a report page in a logical order. What should you configure in Microsoft Power Bl Desktop?

  • A. the tab order
  • B. the X position
  • C. the layer order
  • D. the bookmark order

Answer: A

 

NEW QUESTION 66
You have a folder of monthly transaction extracts.
You plan to create a report to analyze the transaction data.
You receive the following email message: "Hi. I've put 24 files of monthly transaction data onto the shared drive. File Transactions201901.csv through Transactions201912.csv have the latest set of columns, but files Transactions201801.csv to Transactions201812.csv have an older layout without the extra fields needed for analysis. Each file contains 10 to 50 transactions." You get data from the folder and select Combine & Load. The Combine Files dialog box is shown in the exhibit. (Click the Exhibit tab.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 67
Hotspot Question
You need to create a visual as shown in the following exhibit.

The indicator color for Total Sales will be based on % Growth to Last Year.
The solution must use the existing calculations only.
How should you configure the visual? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 68
You need to address the data concerns before creating the data model. What should you do in Power Query Editor?

  • A. Select the sales_amount column and apply a number filter.
  • B. Select Column profile, and then select the sales_amount column.
  • C. Select Column distribution.
  • D. Transform the sales_amount column to replace negative values with 0.

Answer: C

Explanation:
Topic 2, Contoso Ltd,
Case Study Overview
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Existing Environment
Contoso, Ltd. is a manufacturing company that produces outdoor equipment Contoso has quarterly board meetings for which financial analysts manually prepare Microsoft Excel reports, including profit and loss statements for each of the company's four business units, a company balance sheet, and net income projections for the next quarter.
Data and Sources
Data for the reports comes from three sources. Detailed revenue, cost and expense data comes from an Azure SQL database. Summary balance sheet data comes from Microsoft Dynamics 365 Business Central. The balance sheet data is not related to the profit and loss results, other than they both relate to dates.
Monthly revenue and expense projections for the next quarter come from a Microsoft SharePoint Online list. Quarterly projections relate to the profit and loss results by using the following shared dimensions: date, business unit, department, and product category.
Net Income Projection Data
Net income projection data is stored in a SharePoint Online list named Projections in the format shown in the following table.

Revenue projections are set at the monthly level and summed to show projections for the quarter.
Balance Sheet Data
The balance sheet data is imported with final balances for each account per month in the format shown in the following table.

There is always a row for each account for each month in the balance sheet data.
Dynamics 365 Business Central Data
Business Central contains a product catalog that shows how products roll up to product categories, which roll up to business units. Revenue data is provided at the date and product level. Expense data is provided at the date and department level.
Business Issues
Historically, it has taken two analysts a week to prepare the reports for the quarterly board meetings. Also, there is usually at least one issue each quarter where a value in a report is wrong because of a bad cell reference in an Excel formula. On occasion, there are conflicting results in the reports because the products and departments that roll up to each business unit are not defined consistently.
Planned Changes
Contoso plans to automate and standardize the quarterly reporting process by using Microsoft Power Bl. The company wants to how long it takes to populate reports to less than two days. The company wants to create common logic for business units, products, and departments to be used across all reports, including, but not limited, to the quarterly reporting for the board.
Technical Requirements
Contoso wants the reports and datasets refreshed with minimal manual effort The company wants to provide a single package of reports to the board that contains custom navigation and links to supplementary information.
Maintenance, including manually updating data and access, must be minimized as much as possible.
Security Requirements
The reports must be made available to the board from powerbi.com. A mail-enabled security group will be used to share information with the board.
The analysts responsible for each business unit must see all the data the board sees, except the profit and loss data, which must be restricted to only their business unit's data. The analysts must be able to build new reports from the dataset that contains the profit and loss data, but any reports that the analysts build must not be included in the quarterly reports for the board. The analysts must not be able to share the quarterly reports with anyone.
Report Requirements
You plan to relate the balance sheet to a standard date table in Power Bl in a many-to-one relationship based on the last day of the month. At least one of the balance sheet reports in the quarterly reporting package must show the ending balances for the quarter, as well as for the previous quarter.
Projections must contain a column named RevenueProjection that contains the revenue projection amounts. A relationship must be created from Projections to a table named Date that contains the columns shown in the following table.

The relationships between products and departments to business units must be consistent across all reports.
The board must be able to get the following information from the quarterly reports:
* Revenue trends over time
* Ending balances for each account
* A comparison of expenses versus projections by quarter
* Changes in long-term liabilities from the previous quarter
* A comparison of quarterly revenue versus the same quarter during the prior year

 

NEW QUESTION 69
You are developing a report page. Some users will navigate the report by using a keyboard, and some users will consume the report by using a screen reader.
You need to ensure that the users can consume the content on a report page in a logical order.
What should you configure in Microsoft Power Bl Desktop?

  • A. the layer order
  • B. the X position
  • C. the bookmark order
  • D. the tab order

Answer: A

 

NEW QUESTION 70
You have a Microsoft Power Bl workspace.
You need to grant the user capabilities shown in the following table.

The solution must use the principle of least privilege.
Which user role should you assign to each user? To answer, drag the appropriate roles to the correct users. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 71
You have a report page that contains the visuals shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 72
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 section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are modeling data by using Microsoft Power Bl. Part of the data model is a large Microsoft SQL Server table named Order that has more than 100 million records.
During the development process, you need to import a sample of the data from the Order table.
Solution: You write a DAX expression that uses the FILTER function.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
The filter is applied after the data is imported.
Instead add a WHERE clause to the SQL statement.
Reference:
https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-sql-tutorial
Topic 2, Litware, Inc.
Existing Environment
Sales Data
Litware has online sales data that has the SQL schema shown in the following table.

In the Date table, the dateid column has a format of yyyymmdd and the month column has a format of yyyymm. The week column in the Date table and the weekid column in the Weekly_Returns table have a format of yyyyww. The regionid column can be managed by only one sales manager.
Data Concerns
You are concerned with the quality and completeness of the sales data. You plan to verify the sales data for negative sales amounts.
Reporting Requirements
Litware identifies the following technical requirements:
* Executives require a visual that shows sales by region.
* Regional managers require a visual to analyze weekly sales and returns.
* Sales managers must be able to see the sales data of their respective region only.
* The sales managers require a visual to analyze sales performance versus sales targets.
* The sale department requires reports that contain the number of sales transactions.
* Users must be able to see the month in reports as shown in the following example: Feb 2020.
* The customer service department requires a visual that can be filtered by both sales month and ship month independently.

 

NEW QUESTION 73
You have an Azure SQL database that contains sales transactions. The database is updated frequently.
You need to generate reports from the data to detect fraudulent transactions. The data must be visible within five minutes of an update.
How should you configure the data connection?

  • A. Add a SQL statement.
  • B. Set the Command timeout in minutes setting.
  • C. Set Data Connectivity mode to DirectQuery.
  • D. Set Data Connectivity mode to Import.

Answer: C

Explanation:
With Power BI Desktop, when you connect to your data source, it's always possible to import a copy of the data into the Power BI Desktop. For some data sources, an alternative approach is available: connect directly to the data source using DirectQuery.
DirectQuery: No data is imported or copied into Power BI Desktop. For relational sources, the selected tables and columns appear in the Fields list. For multi-dimensional sources like SAP Business Warehouse, the dimensions and measures of the selected cube appear in the Fields list. As you create or interact with a visualization, Power BI Desktop queries the underlying data source, so you're always viewing current data.
Incorrect Answers:
D: Import: The selected tables and columns are imported into Power BI Desktop. As you create or interact with a visualization, Power BI Desktop uses the imported data. To see underlying data changes since the initial import or the most recent refresh, you must refresh the data, which imports the full dataset again.
Reference:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery

 

NEW QUESTION 74
You need to create a relationship between the Weekly_Returns table and the Date table to meet the reporting requirements of the regional managers.
What should you do?

  • A. In the Weekly_Returns table, create a new calculated column named date_id in a format of yyyymmdd and use the calculated column to create a relationship to the Date table.
  • B. Create a new table based on the Date table where date_id is unique, and then create a many-to-many relationship to Weekly_Return.
  • C. Add the Weekly_Returns data to the Sales table by using RELATED DAX functions.

Answer: A

Explanation:
Scenario: Regional managers require a visual to analyze weekly sales and returns.
To relate the two tables we need a common column.

 

NEW QUESTION 75
You build a report about warehouse inventory dat
a. The dataset has more than 10 million product records from 200 warehouses worldwide. You have a table named Products that contains the columns shown in the following table.

Warehouse managers report that it is difficult to use the report because the report uses only the product name in tables and visuals. The product name is contained within the ProductDescription column and is always the fourth value.
You need to modify the report to support the warehouse managers requirement to explore inventory levels at different levels of the product hierarchy. The solution must minimize the model size.
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.

Answer:

Explanation:

1 - Create a producut hierarchy of ProductCategory, productSubcategory, Manufacturer, productName, and ProductSpecifications.
2 - Replace the use of productDescription in the report with the product hierarchy.

 

NEW QUESTION 76
You have a collection of reports for the HR department of your company. The datasets use row-level security (RLS). The company has multiple sales regions that each has an HR manager. You need to ensure that the HR managers can interact with the data from their region only. The HR managers must be prevented from changing the layout of the reports. How should you provision access to the reports for the HR managers?

  • A. Add the HR managers as members of the existing workspace that hosts the reports and the datasets.
  • B. Publish the reports in an app and grant the HR managers access permission.
  • C. Create a new workspace, copy the datasets and reports, and add the HR managers as members of the workspace.
  • D. Publish the reports to a different workspace other than the one hosting the datasets.

Answer: D

Explanation:
Note: Row-level security (RLS) with Power BI can be used to restrict data access for given users. Filters restrict data access at the row level, and you can define filters within roles. In the Power BI service, members of a workspace have access to datasets in the workspace. RLS doesn't restrict this data access.
Reference:
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-rls

 

NEW QUESTION 77
You need to create a calculated column to display the month based on the reporting requirements. Which DAX expression should you use?

  • A. FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[2021], "#")
  • B. FORMAT('Date' [date], "M YY")
  • C. FORMAT('Date' [date_id], "MMM YYYY")
  • D. FORMAT('Date'[date], "MMM YYYY")

Answer: D

 

NEW QUESTION 78
You build a report about warehouse inventory data. The dataset has more than 10 million product records from
200 warehouses worldwide. You have a table named Products that contains the columns shown in the following table.

Warehouse managers report that it is difficult to use the report because the report uses only the product name in tables and visuals. The product name is contained within the ProductDescription column and is always the fourth value.
You need to modify the report to support the warehouse managers requirement to explore inventory levels at different levels of the product hierarchy. The solution must minimize the model size.
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.

Answer:

Explanation:

Explanation

 

NEW QUESTION 79
You need to create a visual as shown in the following exhibit.

The indicator color for Total Sales will be based on % Growth to Last Year.
The solution must use the existing calculations only.
How should you configure the visual? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 80
You are developing a sales report that will have multiple pages. Each page will answer a different business question.
You plan to have a menu page that will show all the business questions.
You need to ensure that users can click each business question and be directed to the page where the question is answered. The solution must ensure that the menu page will work when deployed to any workspace.
What should you include on the menu page?

  • A. Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the business questions.
  • B. Create a button for each business question and set the action type to Bookmark.
  • C. Create a text box for each business question and insert a link.

Answer: B

Explanation:
Create a button and use either bookmark or page navigation as button actions.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-buttons

 

NEW QUESTION 81
You build a report to help the sales team understand its performance and the drivers of sales.
The team needs to have a single visualization to identify which factors affect success.
Which type of visualization should you use?

  • A. Key influences
  • B. Funnel chart
  • C. Q&A
  • D. Line and clustered column chart

Answer: A

Explanation:
The key influencers visual helps you understand the factors that drive a metric you're interested in. It analyzes your data, ranks the factors that matter, and displays them as key influencers.
The key influencers visual is a great choice if you want to:
* See which factors affect the metric being analyzed.
* Contrast the relative importance of these factors. For example, do short-term contracts have more impact on churn than long-term contracts?
Reference:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers

 

NEW QUESTION 82
......

DA-100 Exam Dumps Pass with Updated 2021: https://www.updatedumps.com/Microsoft/DA-100-updated-exam-dumps.html

Free DA-100 Exam Dumps to Pass Exam Easily: https://drive.google.com/open?id=12INIEbukOjEQWMlVaZYYm4Pw9LTXAwFq