DA-100 ExamTopics_Just Questions.pdf

Full Transcript

8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics - Expert Verified, Online, Free....

8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics - Expert Verified, Online, Free.  Custom View Settings Topic 1 - Question Set 1 Question #1 Topic 1 You have a custom connector that returns ID, From, To, Subject, Body, and Has Attachments for every email sent during the past year. More than 10 million records are returned. You build a report analyzing the internal networks of employees based on whom they send emails to. You need to prevent report recipients from reading the analyzed emails. The solution must minimize the model size. What should you do? A. Implement row-level security (RLS) so that the report recipients can only see results based on the emails they sent. B. Remove the Subject and Body columns during the import. C. From Model view, set the Subject and Body columns to Hidden. Question #2 Topic 1 You have the tables shown in the following table. The Impressions table contains approximately 30 million records per month. You need to create an ad analytics system to meet the following requirements: ✑ Present ad impression counts for the day, campaign, and Site_name. The analytics for the last year are required. ✑ Minimize the data model size. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Group the impressions by Ad_id, Site_name, and Impression_date. Aggregate by using the CountRows function. B. Create one-to-many relationships between the tables. C. Create a calculated measure that aggregates by using the COUNTROWS function. D. Create a calculated table that contains Ad_id, Site_name, and Impression_date. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 1/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #3 Topic 1 Your company has training videos that are published to Microsoft Stream. You need to surface the videos directly in a Microsoft Power BI dashboard. Which type of tile should you add? A. video B. custom streaming data C. text box D. web content Question #4 Topic 1 You open a query in Power Query Editor. You need to identify the percentage of empty values in each column as quickly as possible. Which Data Preview option should you select? A. Show whitespace B. Column profile C. Column distribution D. Column quality Question #5 Topic 1 You have a prospective customer list that contains 1,500 rows of data. The list contains the following fields: ✑ First name ✑ Last name ✑ Email address ✑ State/Region ✑ Phone number You import the list into Power Query Editor. You need to ensure that the list contains records for each State/Region to which you want to target a marketing campaign. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Open the Advanced Editor. B. Select Column quality. C. Enable Column profiling based on entire dataset. D. Select Column distribution. E. Select Column profile. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 2/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #6 Topic 1 HOTSPOT - You have an API that returns more than 100 columns. The following is a sample of column names. ✑ client_notified_timestamp ✑ client_notified_source ✑ client_notified_sourceid ✑ client_notified_value ✑ client_responded_timestamp ✑ client_responded_source ✑ client_responded_sourceid ✑ client_responded_value You plan to include only a subset of the returned columns. You need to remove any columns that have a suffix of sourceid. How should you complete the Power Query M code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 3/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #7 Topic 1 DRAG DROP - You are building a dataset from a JSON file that contains an array of documents. You need to import attributes as columns from all the documents in the JSON file. The solution must ensure that date attributes can be used as date hierarchies in Microsoft Power BI reports. 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: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 4/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #8 Topic 1 You import two Microsoft Excel tables named Customer and Address into Power Query. Customer contains the following columns: ✑ Customer ID ✑ Customer Name ✑ Phone ✑ Email Address ✑ Address ID Address contains the following columns: ✑ Address ID ✑ Address Line 1 ✑ Address Line 2 ✑ City ✑ State/Region ✑ Country ✑ Postal Code The Customer ID and Address ID columns represent unique rows. You need to create a query that has one row per customer. Each row must contain City, State/Region, and Country for each customer. What should you do? A. Merge the Customer and Address tables. B. Transpose the Customer and Address tables. C. Group the Customer and Address tables by the Address ID column. D. Append the Customer and Address tables. Question #9 Topic 1 You have the following three versions of an Azure SQL database: ✑ Test ✑ Production ✑ Development You have a dataset that uses the development database as a data source. You need to configure the dataset so that you can easily change the data source between the development, test, and production database servers from powerbi.com. Which should you do? A. Create a JSON file that contains the database server names. Import the JSON file to the dataset. B. Create a parameter and update the queries to use the parameter. C. Create a query for each database server and hide the development tables. D. Set the data source privacy level to Organizational and use the ReplaceValue Power Query M function. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 5/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #10 Topic 1 You have a CSV file that contains user complaints. The file contains a column named Logged. Logged contains the date and time each complaint occurred. The data in Logged is in the following format: 2018-12-31 at 08:59. You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy. What should you do? A. Change the data type of the Logged column to Date. B. Apply a transformation to extract the last 11 characters of the Logged column and set the data type of the new column to Date. C. Create a column by example that starts with 2018-12-31 and set the data type of the new column to Date. D. Add a conditional column that outputs 2018 if the Logged column starts with 2018 and set the data type of the new column to Whole Number. Question #11 Topic 1 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 Data Connectivity mode to DirectQuery. C. Set the Command timeout in minutes setting. D. Set Data Connectivity mode to Import. Question #12 Topic 1 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. Split the model into multiple models. B. Hide unused columns in the model. C. Merge tables by using Power Query. D. Transpose. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 6/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #13 Topic 1 You have a large dataset that contains more than 1 million rows. The table has a datetime column named Date. You need to reduce the size of the data model without losing access to any data. What should you do? A. Round the hour of the Date column to startOfHour. B. Change the data type of the Date column to Text. C. Trim the Date column. D. Split the Date column into two columns, one that contains only the time and another that contains only the date. Question #14 Topic 1 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: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 7/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #15 Topic 1 You create the following step by using Power Query Editor. - Table.ReplaceValue(SalesLT_Address,"1318","1319",Replacer.ReplaceText,{"AddressLine1"}) A row has a value of 21318 Lasalle Street in the AddressLine1 column. What will the value be when the step is applied? A. 1318 B. 1319 C. 21318 Lasalle Street D. 21319 Lasalle Street Question #16 Topic 1 You have a Microsoft Power BI report. The size of PBIX file is 550 MB. The report is accessed by using an App workspace in shared capacity of powerbi.com. The report uses an imported dataset that contains one fact table. The fact table contains 12 million rows. The dataset is scheduled to refresh twice a day at 08:00 and 17:00. The report is a single page that contains 15 AppSource visuals and 10 default visuals. Users say that the report is slow to load the visuals when they access and interact with the report. You need to recommend a solution to improve the performance of the report. What should you recommend? A. Increase the number of times that the dataset is refreshed. B. Split the visuals onto multiple pages. C. Change the imported dataset to DirectQuery. D. Implement row-level security (RLS). Question #17 Topic 1 You create a dashboard by using the Microsoft Power BI Service. The dashboard contains a card visual that shows total sales from the current year. You grant users access to the dashboard by using the Viewer role on the workspace. A user wants to receive daily notifications of the number shown on the card visual. You need to automate the notifications. What should you do? A. Create a data alert. B. Share the dashboard to the user. C. Create a subscription. D. Tag the user in a comment. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 8/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #18 Topic 1 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 BI. 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: From Power Query Editor, you import the table and then add a filter step to the query. Does this meet the goal? A. Yes B. No Question #19 Topic 1 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 BI. 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 add a WHERE clause to the SQL statement. Does this meet the goal? A. Yes B. No Question #20 Topic 1 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 create a parameter named DataSourceExcel that holds the file name and location of a Microsoft Excel data source. You need to update the query to reference the parameter instead of multiple hard-coded copies of the location within each query definition. Solution: In the Power Query M code, you replace references to the Excel file with DataSourceExcel. Does this meet the goal? A. Yes B. No https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 9/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #21 Topic 1 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 create a parameter named DataSourceExcel that holds the file name and location of a Microsoft Excel data source. You need to update the query to reference the parameter instead of multiple hard-coded copies of the location within each query definition. Solution: You modify the source step of the queries to use DataSourceExcel as the file path. Does this meet the goal? A. Yes B. No Question #22 Topic 1 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 create a parameter named DataSourceExcel that holds the file name and location of a Microsoft Excel data source. You need to update the query to reference the parameter instead of multiple hard-coded copies of the location within each query definition. Solution: You create a new query that references DataSourceExcel. Does this meet the goal? A. Yes B. No Question #23 Topic 1 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 BI. 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 add a report-level filter that filters based on the order date. Does this meet the goal? A. Yes B. No https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 10/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #24 Topic 1 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 BI. 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. Yes B. No Question #25 Topic 1 You have a Power BI dashboard that monitors the quality of manufacturing processes. The dashboard contains the following elements: A line chart that shows the number of defective products manufactured by day. ✑ A KPI visual that shows the current daily percentage of defective products manufactured. You need to be notified when the daily percentage of defective products manufactured exceeds 3%. What should you create? A. a Q&A visual B. a subscription C. a smart narrative visual D. an alert https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 11/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #26 Topic 1 DRAG DROP - You are preparing a financial report in Power BI. You connect to the data stored in a Microsoft Excel spreadsheet by using Power Query Editor as shown in the following exhibit. You need to prepare the data to support the following: ✑ Visualizations that include all measures in the data over time ✑ Year-over-year calculations for all the measures Which four 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: Topic 2 - Question Set 2 https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 12/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #1 Topic 2 HOTSPOT - You are creating a quick measure as shown in the following exhibit. You need to create a monthly rolling average measure for Sales over time. How should you configure the quick measure calculation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 13/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #2 Topic 2 You have four sales regions. Each region has multiple sales managers. You implement row-level security (RLS) in a data model. You assign the relevant distribution lists to each role. You have sales reports that enable analysis by region. The sales managers can view the sales records of their region. The sales managers are prevented from viewing records from other regions. A sales manager changes to a different region. You need to ensure that the sales manager can see the correct sales data. What should you do? A. Change the Microsoft Power BI license type of the sales manager. B. From Microsoft Power BI Desktop, edit the Row-Level Security setting for the reports. C. Request that the sales manager be added to the correct Azure Active Directory group. D. Manage the permissions of the underlying dataset. Question #3 Topic 2 DRAG DROP - You have a Microsoft Power BI data model that contains three tables named Sales, Product, and Date. The Sales table has an existing measure named [Total Sales] that sums the total sales from the Sales table. You need to write a calculation that returns the percentage of total sales that a selected ProductCategoryName value represents. The calculation must respect any slicers on ProductCategoryName and must show the percentage of visible total sales. For example, if there are four ProductCategoryName values, and a user filters one out, a table showing ProductCategoryName and the calculation must sum up to 100 percent. How should you complete the calculation? To answer, drag the appropriate values to the correct targets. Each value 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. Select and Place: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 14/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #4 Topic 2 You have sales data in a star schema that contains four tables named Sales, Customer, Date, and Product. The Sales table contains purchase and ship dates. Most often, you will use the purchase date to analyze the data, but you will analyze the data by both dates independently and together. You need to design an imported dataset to support the analysis. The solution must minimize the model size and the number of queries against the data source. Which data modeling design should you use? A. Use the Auto Date/Time functionality in Microsoft Power BI and do NOT import the Date table. B. Duplicate the Date query in Power Query and use active relationships between both Date tables. C. On the Date table, use a reference query in Power Query and create active relationships between Sales and both Date tables in the modeling view. D. Create an active relationship between Sales and Date for the purchase date and an inactive relationship for the ship date. Question #5 Topic 2 You build a report to analyze customer transactions from a database that contains the tables shown in the following table. You import the tables. Which relationship should you use to link the tables? A. many-to-many between Customer and Transaction B. one-to-many from Transaction to Customer C. one-to-many from Customer to Transaction D. one-to-one between Customer and Transaction https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 15/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #6 Topic 2 HOTSPOT - You have a Power BI report. You need to create a calculated table to return the 100 highest spending customers. How should you complete the DAX expression? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 16/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #7 Topic 2 HOTSPOT - You have two tables named Customers and Invoice in a Power BI model. The Customers table contains the following fields: ✑ CustomerID ✑ Customer City ✑ Customer State ✑ Customer Name ✑ Customer Address 1 ✑ Customer Address 2 ✑ Customer Postal Code The Invoice table contains the following fields: ✑ Order ID ✑ Invoice ID ✑ Invoice Date ✑ Customer ID ✑ Total Amount ✑ Total Item Count The Customers table is related to the Invoice table through the Customer ID columns. A customer can have many invoices within one month. The Power BI model must provide the following information: ✑ The number of customers invoiced in each state last month ✑ The average invoice amount per customer in each postal code You need to define the relationship from the Customers table to the Invoice table. The solution must optimize query performance. What should you configure? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 17/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #8 Topic 2 You have a Microsoft Power BI data model that contains three tables named Orders, Date, and City. There is a one-to-many relationship between Date and Orders and between City and Orders. The model contains two row-level security (RLS) roles named Role1 and Role2. Role1 contains the following filter. City[State Province] = "Kentucky" Role2 contains the following filter. Date[Calendar Year] = 2020 - If a user is a member of both Role1 and Role2, what data will they see in a report that uses the model? A. The user will see data for which the State Province value is Kentucky and the Calendar Year is 2020. B. The user will see data for which the State Province value is Kentucky or the Calendar Year is 2020. C. The user will see only data for which the State Province value is Kentucky. D. The user will receive an error and will not be able to see the data in the report. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 18/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #9 Topic 2 HOTSPOT - Your company has affiliates who help the company acquire customers. You build a report for the affiliate managers at the company to assist them in understanding affiliate performance. The managers request a visual showing the total sales value of the latest 50 transactions for each affiliate. You have a data model that contains the following tables. The Affiliate table has a one-to-many relationship to the Transactions table based on the AffiliateID column. You need to develop a measure to support the visual. How should you complete the DAX expression? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 19/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #10 Topic 2 You are configuring a Microsoft Power BI data model to enable users to ask natural language questions by using Q&A. You have a table named Customer that has the following measure. Customer Count = DISTINCTCOUNT(Customer[CustomerID]) Users frequently refer to customers as subscribers. You need to ensure that the users can get a useful result for "subscriber count" by using Q&A. The solution must minimize the size of the model. What should you do? A. Set Summarize By to None for the CustomerID column. B. Add a synonym of "subscriber" to the Customer table. C. Add a synonym of "subscriberID" to the CustomerID column. D. Add a description of "subscriber count" to the Customer Count measure. Question #11 Topic 2 HOTSPOT - You are creating a Microsoft Power BI data model that has the tables shown in the following table. The Products table is related to the ProductCategory table through the ProductCategoryID column. You need to ensure that you can analyze sales by product category. How should you configure the relationships from Products to ProductCategory? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Topic 3 - Question Set 3 https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 20/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #1 Topic 3 You use an R visual to produce a map of 500,000 customers. You include the values of CustomerID, Latitude, and Longitude in the fields sent to the visual. Each customer ID is unique. In powerbi.com, when users load the visual, they only see some of the customers. What is the cause of the issue? A. The visual was built by using a different version of R. B. The data comes from a Microsoft SQL Server source. C. The data is deduplicated. D. Too many records were sent to the visual. Question #2 Topic 3 You have a line chart that shows the number of employees in a department over time. You need to see the total salary costs of the employees when you hover over a data point. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Add a salary to the tooltips. B. Add a salary to the visual filters. C. Add salary to the drillthrough fields. Question #3 Topic 3 You have a report that contains a bar chart and a column chart. The bar chart shows customer count by customer segment. The column chart shows sales by month. You need to ensure that when a segment is selected in the bar chart, you see which portion of the total sales for the month belongs to the customer segment. How should the visual interactions be set on the column chart when the bar chart is selected? A. no impact B. highlight C. filter https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 21/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #4 Topic 3 You have a dashboard that contains tiles pinned from a single report as shown in the Original Dashboard exhibit. (Click the Original Dashboard tab.) You need to modify the dashboard to appear as shown in the Modified Dashboard exhibit. (Click the Modified Dashboard tab.) What should you do? A. Edit the details of each tile. B. Change the report theme. C. Change the dashboard theme. D. Create a custom CSS file. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 22/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #5 Topic 3 DRAG DROP - You are using existing reports to build a dashboard that will be viewed frequently in portrait mode on mobile phones. You need to build the dashboard. Which four 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: Question #6 Topic 3 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. Line and clustered column chart B. Key influencers C. Q&A D. Funnel chart https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 23/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #7 Topic 3 HOTSPOT - You have a dataset named Pens that contains the following columns: ✑ Unit Price ✑ Quantity Ordered You need to create a visualization that shows the relationship between Unit Price and Quantity Ordered. The solution must highlight orders that have a similar unit price and ordered quantity. Which type of visualization and which feature should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 24/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #8 Topic 3 HOTSPOT - You have a table that contains the following three columns: ✑ City ✑ Total Sales ✑ Occupation You need to create a key influencers visualization as shown in the exhibit. (Click the Exhibit tab.) How should you configure the visualization? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 25/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #9 Topic 3 You have the dataset shown in the following exhibit. You need to ensure that the visual shows only the 10 cities that have the highest sales profit. What should you do? A. Add a Top N filter to the visual. B. Configure the Sales Profit measure to use the RANKX function. C. Add a calculated column to the table that uses the TOPN function. In the visual, replace Sales Profit with the calculated column. D. Add a calculated column to the table that returns the city name if the city is in the top 10, otherwise the calculated column will return "Not in Top 10". In the visual, replace Sales Profit with the calculated column. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 26/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #10 Topic 3 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 a clustered bar chart that contains a measure named Salary as the value and a field named Employee as the axis. Salary is present in the data as numerical amount representing US dollars. You need to create a reference line to show which employees are above the median salary. Solution: You create an average line by using the Salary measure. Does this meet the goal? A. Yes B. No Question #11 Topic 3 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 a clustered bar chart that contains a measure named Salary as the value and a field named Employee as the axis. Salary is present in the data as numerical amount representing US dollars. You need to create a reference line to show which employees are above the median salary. Solution: You create a percentile line by using the Salary measure and set the percentile to 50%. Does this meet the goal? A. Yes B. No Question #12 Topic 3 You have a Microsoft SharePoint Online site that contain several document libraries. One of the document libraries contains manufacturing reports saved as Microsoft Excel files. All the manufacturing reports have the same data structure. You need to use Power BI Desktop to load only the manufacturing reports to a table for analysis. What should you do? A. Get data from a SharePoint Online folder, enter the site URL, and then select Combine & Load. B. Get data from a SharePoint Online list and enter the site URL. Select Combine & Transform, then filter by the folder path to the manufacturing reports library. C. Get data from a SharePoint Online folder and enter the site URL. Select Combine & Transform, then filter by the folder path to the manufacturing reports library. D. Get data from a SharePoint Online list, enter the site URL, and then select Combine & Load. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 27/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #13 Topic 3 HOTSPOT - 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. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 28/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #14 Topic 3 You have a report that contains four pages. Each page contains slicers for the same four fields. Users report that when they select values in a slicer on one page, the selections are not persisted on other pages. You need to recommend a solution to ensure that users can select a value once to filter the results on all the pages. What are two possible recommendations to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Replace the slicers with report-level filters. B. Sync the slicers across the pages. C. Create a bookmark for each slicer value. D. Replace the slicers with page-level filters. E. Replace the slicers with visual-level filters. Question #15 Topic 3 You plan to create the chart shown in the following exhibit. How should you create the dashed horizontal line denoting the 40th percentile of daily sales for the period shown? A. Add a measure to the visual that uses the following DAX expression. Measure1 = PERCENTILEX.INC (Sales,Sales[Total Sales],0.40) B. Add a new percentile line that uses Total Sales as the measure and 40% as the percentile. C. Create a horizontal line that has a fixed value of 24,000. D. Add a measure to the visual that uses the following DAX expression. Measure1 = PERCENTILEX.EXC (Sales,Sales[Total Sales],0.40) Question #16 Topic 3 You have a table that contains sales data and approximately 1,000 rows. You need to identify outliers in the table. Which type of visualization should you use? A. donut chart B. pie chart C. area chart D. scatter plot https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 29/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #17 Topic 3 HOTSPOT - 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. Hot Area: Question #18 Topic 3 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 a clustered bar chart that contains a measure named Salary as the value and a field named Employee as the axis. Salary is present in the data as numerical amount representing US dollars. You need to create a reference line to show which employees are above the median salary. Solution: You create a constant line and set the value to.5. Does this meet the goal? A. Yes B. No https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 30/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #19 Topic 3 You need to create a visualization that compares revenue and cost over time. Which type of visualization should you use? A. stacked area chart B. donut chart C. line chart D. waterfall chart Question #20 Topic 3 You have a collection of reports for the HR department of your company. You need to create a visualization for the HR department that shows a historic employee counts and predicts trends during the next six months. Which type of visualization should you use? A. key influencers B. ribbon chart C. line chart D. scatter chart Question #21 Topic 3 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 a clustered bar chart that contains a measure named Salary as the value and a field named Employee as the axis. Salary is present in the data as numerical amount representing US dollars. You need to create a reference line to show which employees are above the median salary. Solution: You create a median line by using the Salary measure. Does this meet the goal? A. Yes B. No https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 31/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #22 Topic 3 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 text box for each business question and insert a link. B. Create a button for each business question and set the action type to Bookmark. C. Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the business questions. Question #23 Topic 3 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 BI Desktop? A. the tab order B. the layer order C. the bookmark order D. the X position https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 32/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #24 Topic 3 HOTSPOT - You have the Power BI data model 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. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 33/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Topic 4 - Question Set 4 https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 34/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #1 Topic 4 DRAG DROP - You have the line chart shown in the exhibit. (Click the Exhibit tab.) You need to modify the chart to meet the following requirements: ✑ Identify months that have order counts above the mean. ✑ Display the mean monthly order count. 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: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 35/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #2 Topic 4 DRAG DROP - You have a query named Customer that imports CSV files from a data lake. The query contains 50,000 rows as shown in the exhibit. (Click the Exhibit tab.) Each file contains deltas of any new or modified rows from each load to the data lake. Multiple files can have the same customer ID. You need to keep only the last modified row for each customer ID. 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: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 36/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #3 Topic 4 HOTSPOT - You view a query named Transactions as shown in the following exhibit. The query gets CSV files from a folder. 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. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 37/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #4 Topic 4 Your company has employees in 10 states. The company recently decided to associate each state to one of the following three regions: East, West, and North. You have a data model that contains employee information by state. The model does NOT include region information. You have a report that shows the employees by state. You need to view the employees by region as quickly as possible. What should you do? A. Create a new aggregation that summarizes by employee. B. Create a new group on the state column and set the Group type to List. C. Create a new group on the state column and set the Group type to Bin. D. Create a new aggregation that summarizes by state. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 38/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #5 Topic 4 HOTSPOT - You are creating a Microsoft Power BI imported data model to perform basket analysis. The goal of the analysis is to identify which products are usually bought together in the same transaction across and within sales territories. You import a fact table named Sales as shown in the exhibit. (Click the Exhibit tab.) The related dimension tables are imported into the model. Sales contains the data shown in the following table. You are evaluating how to optimize the model. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 39/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #6 Topic 4 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. Hot Area: Topic 5 - Question Set 5 Question #1 Topic 5 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 https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 40/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #2 Topic 5 You have multiple dashboards. You need to ensure that when users browse the available dashboards from powerbi.com, they can see which dashboards contain Personally Identifiable Information (PII). The solution must minimize configuration effort and impact on the dashboard design. What should you use? A. comments B. tiles C. Microsoft Information Protection sensitivity labels D. Active Directory groups Question #3 Topic 5 You have a Power BI tenant. You have reports that use financial datasets and are exported as PDF files. You need to ensure that the reports are encrypted. What should you implement? A. dataset certifications B. row-level security (RLS) C. sensitivity labels D. Microsoft Intune policies Question #4 Topic 5 Your company plans to completely separate development and production assets such as datasets, reports, and dashboards in Microsoft Power BI. You need to recommend an application lifecycle strategy. The solution must minimize access to production assets and prevent end users from viewing the development assets. What should you recommend? A. Create production reports in a separate workspace that uses a shared dataset from the development workspace. Grant the end users access to the production workspace. B. Create one workspace for development. From the new workspace, publish an app for production. C. Create a workspace for development and a workspace for production. From the production workspace, publish an app. D. In one workspace, create separate copies of the assets and append DEV to the names of the copied assets. Grant the end users access to the workspace. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 41/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #5 Topic 5 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. Publish the reports to a different workspace other than the one hosting the datasets. B. Publish the reports in an app and grant the HR managers access permission. C. Add the HR managers as members of the existing workspace that hosts the reports and the datasets. D. Create a new workspace, copy the datasets and reports, and add the HR managers as members of the workspace. Question #6 Topic 5 You create a report by using Microsoft Power BI Desktop. The report uses data from a Microsoft SQL Server Analysis Services (SSAS) cube located on your company‫ג‬€™s internal network. You plan to publish the report to the Power BI Service. What should you implement ta ensure that users who consume the report from the Power BI Service have the most up-to-date data from the cube? A. a subscription B. a scheduled refresh of the dataset C. an OData feed D. an On-premises data gateway Question #7 Topic 5 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 create an Azure Active Directory group that contains all the users. You share each report and dashboard to the group. Does this meet the goal? A. Yes B. No https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 42/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #8 Topic 5 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 assign all the users the Viewer role to the workspace. Does this meet the goal? A. Yes B. No Question #9 Topic 5 You publish a Microsoft Power BI dataset to powerbi.com. The dataset appends data from an on-premises Oracle database and an Azure SQL database by using one query. You have admin access to the workspace and permission to use an existing On-premises data gateway for which the Oracle data source is already configured. You need to ensure that the data is updated every morning. The solution must minimize configuration effort. Which two actions should you perform when you configure scheduled refresh? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Configure the dataset to use the existing On-premises data gateway. B. Deploy an On-premises data gateway in personal mode. C. Set the refresh frequency to Daily. D. Configure the dataset to use the personal gateway. Question #10 Topic 5 You need to provide a user with the ability to add members to a workspace. The solution must use the principle of least privilege. Which role should you assign to the user? A. Viewer B. Contributor C. Member D. Admin https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 43/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #11 Topic 5 DRAG DROP - You have a Microsoft Power BI 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. Select and Place: Question #12 Topic 5 You create a dataset sourced from dozens of flat files in Azure Blob storage. The dataset uses incremental refresh. From powerbi.com, you deploy the dataset and several related reports to Microsoft Power BI Premium capacity. You discover that the dataset refresh fails after the refresh runs out of resources. What is a possible cause of the issue? A. Query folding is not occurring. B. You selected Only refresh complete periods. C. The data type of the column used to partition the data changed. D. A filter is missing on the report. Question #13 Topic 5 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 enable included in app for all assets. Does this meet the goal? A. Yes B. No Topic 6 - Question Set 6 https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 44/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #1 Topic 6 You have a Microsoft Excel workbook with a spreadsheet named Sales. You want to use the Sales spreadsheet in a Power BI dashboard report. How should you prepare the data on Sales spreadsheet? A. In Power BI service, import the data from the Sales spreadsheet. B. In Microsoft Excel, publish the Sales spreadsheet to the Power BI service. C. In Microsoft Excel, convert the data in the Sales spreadsheet to a flat table. D. In the Power BI service, upload the Excel workbook. Question #2 Topic 6 You use Power BI Desktop to create a visualization using a database on SQL database server named SQL01. You want to be able to use Microsoft R scripts in your visualization. You install SQL Server R Services on SQL01. Does this action allow you to use Microsoft R scripts in your visualization? A. Yes, it does B. No, it does not Question #3 Topic 6 You use Power BI Desktop to create a visualization using a database on SQL database server named SQL01. You want to be able to use Microsoft R scripts in your visualization. You download and install Microsoft R Open on the computer that has Power BI Desktop installed. Does this action allow you to use Microsoft R scripts in your visualization? A. Yes, it does B. No, it does not Question #4 Topic 6 You use Power BI Desktop to create a visualization using a database on SQL database server named SQL01. You want to be able to use Microsoft R scripts in your visualization. You download and install Visual Studio on the computer that has Power BI Desktop installed. Does this action allow you to use Microsoft R scripts in your visualization? A. Yes, it does B. No, it does not https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 45/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #5 Topic 6 You have a table in Power BI Desktop that contains the following data: You want to create a custom column that only displays the last four digits of the SSN column and masks all the other digits. Which Power Query M formula should you use? A. Text.Replace([SSN], Text.Start([SSN],6), "xxx-xx") B. Text.ReplaceRange([SSN], 1, 1, "xxx-xx") C. Replacer.ReplaceText([SSN], [SSN], "xxx-xx") D. Text.TrimStart([SSN], 6) Question #6 Topic 6 You have a Power BI model that has a date table with a date column that displays the date in the format: 2019-12-01 You want the date column to display the date in the format of December 01, 2019. Which DAX formula should you use? A. FORMAT('Date'[Date], @"MMM & " " & "DD" & ", " & "YYYY") B. FORMAT('Date'[Date], "MMM") & " " & FORMAT('Date'[Date], "DD") & ", " & FORMAT('Date'[Date], "YYYY") C. FORMAT('Date'[Date], "M") & " " & FORMAT('Date'[Date], "D") & ", " & FORMAT('Date'[Date], [Year]) D. FORMAT('Date'[Date], "MMMM DD, YYYY") Question #7 Topic 6 You have the two Power Query M queries in Power BI Desktop. The one query retrieves a table named Customers from a Microsoft SQL Server database while the other query retrieves a table named _Customers from an Oracle database Both the Customers and the _Customers tables have the same columns. You need to combine the data from the two tables. Which Power Query function should you use? A. Combine Tables B. Merge Queries C. Merge Columns D. Append Queries https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 46/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #8 Topic 6 You have a table named Sales. Sales has a column named CustomerID. The CustomerID column contains a few non-numeric values. You want to replace the non-numeric values in the CustomerID column with the number 0. A. From Query Editor, select the CustomerID column and click Replace Values. Then enter null in the Value To Find dialog box and 0 in the Replace With dialog box. B. From Query Editor, open Advanced Editor and add the following query step: Table.ReplaceNullValues([Sales], {{"Customer_ID", 0}}) C. From Query Editor, select the CustomerID column and click Sort ascending. Then replace the null values with 0. D. From Query Editor, select the CustomerID column. Then select Fill > Down. Question #9 Topic 6 You want to use Power Query Editor to quickly ascertain the percentage of empty values in each column. You open the Column profile Data Preview option Does this action allow you to ascertain the percentage of empty values in each column? A. Yes, it does B. No, it does not Question #10 Topic 6 You want to use Power Query Editor to quickly ascertain the percentage of empty values in each column. You open the Column distribution Data Preview option Does this action allow you to ascertain the percentage of empty values in each column? A. Yes, it does B. No, it does not Question #11 Topic 6 You want to use Power Query Editor to quickly ascertain the percentage of empty values in each column. You open the Column quality Data Preview option Does this action allow you to ascertain the percentage of empty values in each column? A. Yes, it does B. No, it does not https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 47/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #12 Topic 6 You are creating a Power BI report that connects to a Microsoft Excel data source. You create a parameter named DS that specifies the file name and path for the data source. You want your query to use the DS parameter instead of a hard-coded copy of the location within your query definitions. What should you do? A. In the Power Query M code, replace references to the Excel file with the DS parameter. B. In your query definitions, modify the source step to use the DS parameter as the file path. C. Create a new query that use the DS parameter. D. Import the Microsoft Excel data to Power BI. Question #13 Topic 6 You have a Power BI model that contains tables named Sales and Date. The Sales and Date tables are shown in the exhibit: The tables have the following relationships: Sales[Due_Date] and Date[Date] Sales[Ship_Date] and Date[Date] Sales[Order_Date] and Date[Date] The active relationship is on Sales[Due_Date]. You want to create measures to calculate the number of orders by Ship_Date and the number of orders by Order_Date. Your solution must not result in duplicated data and must not require the loading additional data. Which two actions could you take? Each correct selection is a complete solution. A. Create a calculated table and then create a measure that uses the calculated table. B. Create measures that use the CALCULATE, COUNT, and USERELATIONSHIP DAX functions. C. Create two copies of the Date table named ShipDate and OrderDate. The create a measure that uses the ShipDate and OrderDate tables D. Create measures that use the CALCULATE, COUNT, and FILTER DAX functions. https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 48/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #14 Topic 6 Your company Prepaway has a Power BI dashboard that contains different visualizations of sales. You enable Q&A on the dashboard. You want to provide users with a sample of questions that they can ask when using Q&A. What should you do? A. In Power BI Settings, configure Subscriptions B. In Power BI Settings, configure Workbooks C. In Power BI Settings, configure Dashboards D. In Power BI Settings, configure Datasets Question #15 Topic 6 You have a Power BI model that contains tables named Sales and Customers. The Sales and Customers tables are shown in the exhibit: There is a relationship between the Sales and Customers tables. You want to rank the customers based on their total sales amount. You run the - RANKX(ALL(Customers), SUMX(RELATEDTABLE(Sales), [Sales_amount])) DAX formula. Does this action produce the desired outcome? A. Yes, it does B. No, it does not https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 49/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #16 Topic 6 You have a Power BI model that contains tables named Sales and Customers. The Sales and Customers tables are shown in the exhibit: There is a relationship between the Sales and Customers tables. You want to rank the customers based on their total sales amount. You run the - RANK.EQ(Sales[Sales_amount], Customers[Customer_ID]) DAX formula. Does this action produce the desired outcome? A. Yes, it does B. No, it does not Question #17 Topic 6 You have a Power BI model that contains tables named Sales and Customers. The Sales and Customers tables are shown in the exhibit: There is a relationship between the Sales and Customers tables. You want to rank the customers based on their total sales amount. You run the - RANKX(ALL(Sales), SUMX(RELATEDTABLE(Customers), [Sales_amount])) DAX formula. Does this action produce the desired outcome? A. Yes, it does B. No, it does not https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 50/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #18 Topic 6 You have a Microsoft Excel workbook that has a Power Pivot model with the tables show in the following exhibit: The model has the following relationships: Sales to Product - Sales to Salesperson - You create a new Power BI file and import the Power Pivot model. You want to create a report that displays the count of products sold by each salesperson. What should you do before you can create the report? A. Create a one-to-one relationship between Product and Salesperson. B. For each relationship, change the Cross filter direction to Both. C. For each relationship, change the Cardinality to One to one (1:1). D. Create a many-to-one relationship between Product and Salesperson. Question #19 Topic 6 You have a Power BI model for your company's sales data. You have a measure that calculates the year-to-date sales. You want to compare the year-to-date sales with the previous year for the same time period. Which DAX function should you use? A. TOTALYTD B. PARALLELPERIOD C. SAMEPERIODLASTYEAR D. PREVIOUSYEAR E. DATEADD https://www.examtopics.com/exams/microsoft/da-100/custom-view/ 51/97 8/5/2021 DA-100 Exam – Free Actual Q&As, Page 1 | ExamTopics Question #20 Topic 6 You have run two queries that have produced two different result sets. You want to concatenate the result sets into one query with all the combined rows. Which operation should you perform? A. Append B. Merge C. Combine columns Question #21 Topic 6 You have a Power BI model that contains tables named Sales and Customers. The Sales and Customers tables are shown in the exhibit: There is a relationship between the Sales and Customers tables. There are no reporting requirements on [Customer_ID]. You need to optimize the data model. What should yo

Use Quizgecko on...
Browser
Browser