DA-100

¡Supera tus tareas y exámenes ahora con Quizwiz!

1 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. You need to address the data concerns before creating the data model. What should you do in Power Query Editor? A. Select Column distribution. B. Select the sales_amount column and apply a number filter. C. Select Column profile, and then select the sales_amount column. D. Transform the sales_amount column to replace negative values with 0.

A

12 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 add a WHERE clause to the SQL statement. Does this meet the goal? A. Yes B. No

A

15 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 add a Power Apps custom visual to the report. Does this meet the goal? A. Yes B. No

A

26 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. one-to-many from Customer to Transaction B. one-to-one between Customer and Transaction C. one-to-many from Transaction to Customer D. many-to-many between Customer and Transaction

A

28 You have a Microsoft Power Bl 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 custom 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. Split the visuals onto multiple pages. B. Implement row-level security (RLS). C. Replace the default visuals with custom visuals. D. Increase the number of times that the dataset is refreshed.

A

3 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. You need to create the required relationship for the executive's visual. What should you do before you can create the relationship? A. Change the data type of Sales[region_id] to Whole Number. B. In the Sales table, add a measure for sum(sales_amount). C. Change the data type of sales[sales_id] to Text. D. Change the data type of sales [region_id] to Decimal Number.

A

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 0. Does this meet the goal? A. Yes B. No

A

73 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You are modifying the model to report on the number of orders. You need to calculate the number of orders. What should you do? A. Create a calculated measure that uses the COUNTA(Order_ID) DAX formula. B. Create a calculated column that uses the COUNTA(Order_ID) DAX formula. C. Create a calculated column that uses the SUM(Order_ID) DAX formula. D. Create a calculated measure that uses the SUM(Order_ID) DAX formula.

A

77 You plan to create a dashboard in the Power BI service that will retrieve data from a tabular database in Microsoft SQL Server Analysis Services (SSAS). The dashboard will be shared between the users in your organization. The Analysis Services database has a DirectQuery connection to the SQL Server database that contains the source data. You need to ensure that the users will see the current data when they view the dashboard. How should you configure the connection to the data source? A. Deploy an on-premises data gateway. Connect to the data by using the Connect live option. B. Deploy an on-premises data gateway. Connect to the data by using the DirectQuery Data Connectivity mode. C. Deploy an on-premises data gateway (personal mode). Connect to the data by using the Connect live option. D. Deploy an on-premises data gateway (personal mode). Connect to the data by using the DirectQuery Data Connectivity mode.

A

78 You plan to use Power BI Desktop to create a report. The report will consume data from an on-premises tabular database named SalesDB in Microsoft SQL Server Analysis Services (SSAS). The report will be published to the Power BI service. You need to ensure that the report published to the Power BI service will access the current data in SalesDB. What should you do? A. Deploy an on-premises data gateway and configure the connection to SalesDB to use the Connect live option. B. Deploy an on-premises data gateway and configure the connection to SalesDB to use the Import Data Connectivity mode. C. Deploy an on-premises data gateway (personal mode) and configure the connection to SalesDB to use the DirectQuery Data Connectivity mode. D. Deploy an on-premises data gateway and configure the connection to SalesDB to use the DirectQuery Data Connectivity mode.

A

91 Case Study 2 - Contoso Ltd Overview 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 Which DAX expression should you use to get the ending balances in the balance sheet reports? A. CALCULATE ( SUM( BalanceSheet [BalanceAmount] ), DATESQTD( 'Date'[Date] ) ) B. CALCULATE ( SUM( BalanceSheet [BalanceAmount] ), LASTDATE( 'Date'[Date] ) ) C. FIRSTNONBLANK ( 'Date' [Date] SUM( BalanceSheet[BalanceAmount] ) ) D. CALCULATE ( MAX( BalanceSheet[BalanceAmount] ), LASTDATE( 'Date' [Date] ) )

A Scenario: 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. DATESQTD returns a table that contains a column of the dates for the quarter to date, in the current context. Reference: https://docs.microsoft.com/en-us/dax/datesqtd-function-dax

135 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 possible way to achieve this goal? A. Add a salary to the tooltips. B. Add a salary to the visual filters. C. Add salary to the drillthrough fields.

A A: When a visualization is created, the default tooltip displays the data point's value and category. There are many instances when customizing the tooltip information is useful. Customizing tooltips provides additional context and information for users viewing the visual. Custom tooltips enable you to specify additional data points that display as part of the tooltip. B: Visual Filter applies to a single visual/tile on a report page. You can only see visual level filters selected visual on the report canvas. Incorrect Answers: C: With drill through in Power BI reports, you can create a page in your report that focuses on a specific entity such as a supplier, customer, or manufacturer. When your report readers use drill through, they right-click a data point in other report pages, and drill through to the focused page to get details that are filtered to that context. You can also create a button that drills through to details when they click it. Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-tooltips https://technovids.com/power-bi-filters/

24 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.

A Combining data means connecting to two or more data sources, shaping them as needed, then consolidating them into a useful query. When you have one or more columns that you'd like to add to another query, you merge the queries. Note: The RELATEDTABLE function is a shortcut for CALCULATETABLE function with no logical expression. CALCULATETABLE evaluates a table expression in a modified filter context and returns A table of values. Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-shape-and-combine-data

108 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

A Instead assign all the users the Viewer role to the workspace. Note: The Viewer role gives a read-only experience to its users. They can view dashboards, reports, or workbooks in the workspace, but can't browse the datasets or dataflows. Use the Viewer role wherever you would previously use a classic workspace set to "Members can only view Power BI content". Reference: https://powerbi.microsoft.com/en-us/blog/announcing-the-new-viewer-role-for-power-bi-workspaces/

122 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.

A Power BI Top N Filters are useful to display the top performing records, and Bottom N filters are helpful to display the least performing records. For example, we can display top or bottom 10 products by orders or sales. Note: 1. Select the Column you want to display the Top Sales Profit 2. Then change the Filter Type of that Column to Top N 3. Fill in Top / Bottom number field 4. And lastly drag to the By Value filed your Sales Profit Incorrect Answers: B: You would need a filter as well. Reference: https://www.tutorialgateway.org/power-bi-top-10-filters/

137 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 user named User1. User1 is a member of a security group named Contoso PowerBI. User1 has access to a workspace named Contoso Workspace. You need to prevent User1 from exporting data from the visualizations in Contoso Workspace. Solution: From the Microsoft Office 365 Admin center, you modify the properties of Contoso PowerBI. Does this meet the goal? A. Yes B. No

A References: https://docs.microsoft.com/en-us/power-bi/service-manage-app-workspace-in-power-bi-and-office-365

90 Case Study 2 - Contoso Ltd Overview 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 What is the minimum number of datasets and storage modes required to support the reports? A. two imported datasets B. a single DirectQuery dataset C. two DirectQuery datasets D. a single imported dataset

A Scenario: 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 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. Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/service-datasets-understand

2 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. 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],"MMM YYYY") B. FORMAT(,Date,[date_id],"MMM YYYY") C. FORMAT('Date'[date],"M YY") D. FORMAT(`Date'[date_id]-`'MM") & " " & FORMAT ('Date' [year], "#")

A Scenario: In the Date table, the date_id column has a format of yyyymmdd. Users must be able to see the month in reports as shown in the following example: Feb 2020.

5 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. 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. Add the Weekly_Returns data to the Sales table by using related DAX functions. C. 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.

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

94 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. You need to provide a solution to provide the sales managers with the required access. What should you include in the solution? A. Create a security role that has a table filter on the Sales_Manager table where username = UserName() B. Create a security role that has a table filter on the Region_Manager table where sales_manager_id = UserPrincipalName(). C. Create a security role that has a table filter on the Sales_Manager table where name = UserName(). D. Create a security role that has a table filter on the Sales_Manager table where username = sales_manager_id.

A Scenario: The region_id column can be managed by only one sales manager. You can use Username() or userprincipalname() in DAX with Row-Level Security. Within Power BI Desktop, username() will return a user in the format of DOMAIN\User and userprincipalname() will return a user in the format of [email protected]. Reference: https://docs.microsoft.com/en-us/power-bi/admin/service-admin-rls

124 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

A The 50th percentile is also known as the median or middle value where 50 percent of observations fall below. Reference: https://dash-intel.com/powerbi/statistical_functions_percentile.php

112 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.

A The Power BI service partitions data based on date range. This is what enables only certain partitions to be refreshed incrementally. To make this work, the partition filter conditions are pushed down to the source system by including them in the queries. Using Power Query terminology, this is called "query folding". It is not recommended that incremental refresh is used when the required query folding cannot take place. Reference: https://powerbi.microsoft.com/en-us/blog/incremental-refresh-query-folding/

23 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

A 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

102 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.

A There are two primary ways of combining queries: merging and appending. When you have one or more columns that you'd like to add to another query, you merge the queries. When you have additional rows of data that you'd like to add to an existing query, you append the query. Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-shape-and-combine-data

106 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.

A When a report user is assigned to multiple roles, RLS filters become additive. It means report users can see table rows that represent the union of those filters. Reference: https://docs.microsoft.com/en-us/power-bi/guidance/rls-guidance

65 You have a table named Sales. A sample of the data in Sales is shown in the following table. You create a stacked column chart visualization that displays ProductName by Date. You discover that the axis for the visualization displays all the individual dates. You need to ensure that the visualization displays ProductName by year and that you can drill down to see ProductName by week and day. What should you do first? A. Create a new table that has columns for the date, year, week, and day. B. Create a new hierarchy in the Sales table. C. Format the visualization and set the type of the X-Axis to Categorical. D. Configure a visual filter for the Date column that uses an advanced filter.

A You need to display it by WEEK, which is not auto-done. So A is the first thing to do.

84 You have a Power BI Desktop project that has the model shown in the exhibit. (Click the Exhibit tab.) Customer Count is a measure that uses the CountRows function to calculate the number of customers. You create a table visualization that displays ProductID, Product, and Customer Count. When you view the table, you discover that Customer Count always displays the total number of customers instead of the number of customers who purchased the product. You need to ensure that the table visualization displays the number of customers who purchased each product. What should you do? A. Modify the table relationship between the Customers table and the Sales table to use a Cross filter direction of Both. B. Modify the Customer Count measure to use the COUNT function. C. Modify the Customer Count measure to use the COUNTX function. D. Modify the table relationship between the Products table and the Sales table to use a Cross filter direction of Both.

A https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships

98 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.

AB

76 You plan to use Power BI Desktop optimized for Power BI Report Server to create a report. The report will be published to Power BI Report Server. You need to ensure that all the visualization in the report can be consumed by users. Which three types of visualizations should you include in the report? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. bubble maps B. custom visuals C. R visuals D. breadcrumbs E. funnel charts

ABE https://docs.microsoft.com/en-us/power-bi/report-server/install-powerbi-desktop

74 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You plan to create a chart that displays total Order[Order_amount] by Store[Name]. You need to modify the model to ensure that you can create the chart. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Create a relationship between the Order table and the Store table. B. To the Order table, add a measure that uses the COUNTA('Order'[Order_ID]) DAX formula. C. To the Order table, add a column that uses the RELATED('Store'[Store_ID]) DAX formula. D. To the Order table, add a measure that uses the COUNT('Order'[Order_amount]) DAX formula.

AC

92 Case Study 2 - Contoso Ltd Overview 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 Which two types of visualizations can be used in the balance sheet reports to meet the reporting goals? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. a line chart that shows balances by quarter filtered to account categories that are long-term liabilities. B. a clustered column chart that shows balances by date (x-axis) and account category (legend) without filters. C. a clustered column chart that shows balances by quarter filtered to account categories that are long- term liabilities. D. a pie chart that shows balances by account category without filters. E. a ribbon chart that shows balances by quarter and accounts in the legend.

AC

110 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.

AC B: The on-premises data gateway acts as a bridge to provide quick and secure data transfer between on- premises data (data that isn't in the cloud) and several Microsoft cloud services. These cloud services include Power BI. On-premises data gateway (personal mode) allows one user to connect to sources, and can't be shared with others. An on-premises data gateway (personal mode) can be used only with Power BI. This gateway is well- suited to scenarios where you're the only person who creates reports, and you don't need to share any data sources with others. C: For Power BI users, refreshing data typically means importing data from the original data sources into a dataset, either based on a refresh schedule or on-demand. You can perform multiple dataset refreshes daily, which might be necessary if the underlying source data changes frequently. Incorrect Answers: A: On-premises data gateway allows multiple users to connect to multiple on-premises data sources. You can use an on-premises data gateway with all supported services, with a single gateway installation. This gateway is well-suited to complex scenarios with multiple people accessing multiple data sources. Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-data

119 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.

AC A: When a visualization is created, the default tooltip displays the data point's value and category. There are many instances when customizing the tooltip information is useful. Customizing tooltips provides additional context and information for users viewing the visual. Custom tooltips enable you to specify additional data points that display as part of the tooltip. B: Visual Filter applies to a single visual/tile on a report page. You can only see visual level filters selected visual on the report canvas. Incorrect Answers: C: With drill through in Power BI reports, you can create a page in your report that focuses on a specific entity such as a supplier, customer, or manufacturer. When your report readers use drill through, they right-click a data point in other report pages, and drill through to the focused page to get details that are filtered to that context. You can also create a button that drills through to details when they click it. Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-tooltips https://technovids.com/power-bi-filters/

35 You have a report that contains four pages. Each page contains slicers for the same four fields. Users report that when they select values on a slicer on one page, the visuals are not updated on all the 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. Sync the slicers across the pages. B. Replace the slicers with page-level filters. C. Replace the slicers with visual-level filters. D. Create a bookmark for each slicer value. E. Replace the slicers with report-level filters.

AE https://powerpivotpro.com/2018/02/connect-one-slicer-power-bi-report-pages/ https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-report-add-filter#add-a-report-level-filter-to- filter-an-entire-report

13 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. Yes B. No

B

136 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 user named User1. User1 is a member of a security group named Contoso PowerBI. User1 has access to a workspace named Contoso Workspace. You need to prevent User1 from exporting data from the visualizations in Contoso Workspace. Solution: From the Microsoft Office 365 Admin center, you remove User1 from the All Users security group. Does this meet the goal? A. Yes B. No

B

138 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 user named User1. User1 is a member of a security group named Contoso PowerBI. User1 has access to a workspace named Contoso Workspace. You need to prevent User1 from exporting data from the visualizations in Contoso Workspace. Solution: From the PowerBI setting, you modify the Developer Settings. Does this meet the goal? A. Yes B. No

B

139 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 and click Replace Values Does this meet the goal? A. Yes B. No

B

14 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 add a report-level filter that filters based on the order date. Does this meet the goal? A. Yes B. No

B

16 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

B

17 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

B

30 You have five sales regions. Each region is assigned a single salesperson. You have an imported dataset that has a dynamic row-level security (RLS) role named Sales. The Sales role filters sales transaction data by salesperson. Salespeople must see only the data from their region. You publish the dataset to powerbi.com, set RLS role membership, and distribute the dataset and related reports to the salespeople. A salesperson reports that she believes she should see more data. You need to verify what data the salesperson currently sees. What should you do? A. Use the Test as role option to view data as the salesperson's user account. B. Use the Test as role option to view data as the Sales role. C. Instruct the salesperson to open the report in Microsoft Power Bl Desktop. D. Filter the data in the reports to match the intended logic in the filter on the sales transaction table.

B

4 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. What should you create to meet the reporting requirements of the sales department? A. a calculated column that use a formula of couMTA(Sales[sales_id]> B. a calculated measure that uses a formula of couNTROws(Sales) C. a calculated column that uses a formula of suM(Sales[sales_id]) D. a measure that uses a formula of sw-i(Sales[sales_id])

B

61 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, open Advanced Editor and add the following query step. Does this meet the goal? A. Yes B. No

B

62 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 and click Remove Errors. Does this meet the goal? A. Yes B. No

B

67 You have a Power BI report that is configured to use row-level security (RLS). You have the following roles: - A manager role that limits managers to see only the sales data from the stores they manage - A region role that limits users to see only the data from their respective region You plan to use Power BI Embedded to embed the report into an application. The application will authenticate the users. You need to ensure that RLS is enforced when accessing the embedded report. What should you do? A. From dev.powerbi.com/apps, register the new application and enable the Read All Reports API access. B. In the access token for the application, include the user name and the role name. C. From dev.powerbi.com/apps, register the new application and enable the Read All Groups API access. D. In the access token for the application, include the report URL and the Microsoft Azure Active Directory domain name.

B

7 Case Study 2 - Contoso Ltd Overview 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 You need to recommend a strategy to consistently define the business unit, department, and product category data and make the data usable across reports. What should you recommend? A. Create a shared dataset for each standardized entity. B. Create dataflows for the standardized data and make the dataflows available for use in all imported datasets. C. For every report, create and use a single shared dataset that contains the standardized data. D. For the three entities, create exports of the data from the Power Bl model to Excel and store the data in Microsoft OneDrive for others to use as a source.

B

75 You plan to create a dashboard in the Power BI service that retrieves data from a Microsoft SQL Server database. The dashboard will be shared between the users in your organization. You need to ensure that the users will see the current data when they view the dashboard. How should you configure the connection to the data source? A. Deploy an on-premises data gateway. Connect to the data by using the Import Data Connectivity mode. B. Deploy an on-premises data gateway. Connect to the data by using the DirectQuery Data Connectivity mode. C. Deploy an on-premises data gateway (personal mode). Connect to the data by using the Import Data Connectivity mode. D. Deploy an on-premises data gateway (personal mode). Connect to the data by using the DirectQuery Data Connectivity mode.

B

88 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 user named User1. User1 is a member of a security group named Contoso PowerBI. User1 has access to a workspace named Contoso Workspace. You need to prevent User1 from exporting data from the visualizations in Contoso Workspace. Solution: From the Power BI Admin portal, you modify the Tenant settings. Does this meet the goal? A. Yes B. No

B

115 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

B Instead create a percentile line by using the Salary measure and set the percentile to 50%. Note: The 50th percentile is also known as the median or middle value where 50 percent of observations fall below. Reference: https://dash-intel.com/powerbi/statistical_functions_percentile.php

117 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.

B 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

89 You have the following table named Location. The GeoCode column represents the country where each customer is located. You create a map visualization as shown in the exhibit. (Click the Exhibit tab.) You need to ensure that the map displays the country locations. What should you do? A. Replace the values in the GeoCode column with postal codes or zip codes. B. Change the name of the GeoCode column to Country. C. Change the name of the Location table to Country. D. Change the Default Summarization of the GeoCode column. E. Add a Geoportal column to the Location table. F. Change the Data Type of the GeoCode column.

B https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-map-tips-and-tricks

120 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

B Filters remove all but the data you want to focus on. Highlighting isn't filtering. It doesn't remove data, but instead highlights a subset of the visible data; the data that isn't highlighted remains visible but dimmed. Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions

97 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.

B Incorrect Answers: A, C: Does not reduce the size of the model.

113 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

B Instead assign all the users the Viewer role to the workspace. Note: The Viewer role gives a read-only experience to its users. They can view dashboards, reports, or workbooks in the workspace, but can't browse the datasets or dataflows. Use the Viewer role wherever you would previously use a classic workspace set to "Members can only view Power BI content". Reference: https://powerbi.microsoft.com/en-us/blog/announcing-the-new-viewer-role-for-power-bi-workspaces/

123 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

B Instead create a percentile line by using the Salary measure and set the percentile to 50%. Note: The 50th percentile is also known as the median or middle value where 50 percent of observations fall below. Reference: https://dash-intel.com/powerbi/statistical_functions_percentile.php

109 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

B The Viewer role gives a read-only experience to its users. They can view dashboards, reports, or workbooks in the workspace, but can't browse the datasets or dataflows. Use the Viewer role wherever you would previously use a classic workspace set to "Members can only view Power BI content". Reference: https://powerbi.microsoft.com/en-us/blog/announcing-the-new-viewer-role-for-power-bi- workspaces/

105 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.

B 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

114 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.

B With grouping you are normally working with dimensional attributes. Here we add three new groups (East, West, and North) and add each state to the appropriate group. Incorrect Answers: C: You can set the bin size for numerical and time fields in Power BI Desktop. Reference: https://www.mssqltips.com/sqlservertip/4720/binning-and-grouping-data-with-power-bi/

103 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.

B With privacy level settings, you can specify an isolation level that defines the degree that one data source must be isolated from other data sources. An Organizational data source limits the visibility of a data source to a trusted group of people. An Organizational data source is isolated from all Public data sources, but is visible to other Organizational data sources. Reference: https://docs.microsoft.com/en-us/power-bi/admin/desktop-privacy-levels

86 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You need to create a relationship between the Monthly_returns table and Date[Date_ID]. What should you do before you create the relationship? A. In the Date table, create a new calculated column named Month_ID that uses the yyyydd format. B. In the Monthly_returns table, create a new calculated column named Date_ID that uses the ddmmyyyy format. C. To the Order table, add a calculated column that uses the RELATED(Monthly_returns[Month_ID]) DAX formula. D. To the Date table, add a calculated column that uses the RELATED(Monthly_returns[Month_ID]) DAX formula.

B https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships

69 Your company has a security policy stating that proprietary data must not be transferred over the Internet. During a security audit, auditors discover that executives use the Power BI service for reporting. You need to recommend a solution to ensure that the company adheres to the security policy. What should you include in the recommendation? A. Microsoft SQL Server column encryption B. Microsoft Azure ExpressRoute C. a site-to-site VPN to Microsoft Azure D. the on-premises gateway for Power BI

B https://docs.microsoft.com/en-us/power-bi/service-admin-power-bi-expressroute

66 You need to create a custom visualization for Power BI. What should you install first? A. jQuery B. Node.js C. Microsoft Azure PowerShell D. Microsoft.NET

B https://docs.microsoft.com/en-us/power-bi/service-custom-visuals-getting-started-with-developer-tools

81 You attempt to publish a Microsoft Excel file to Power BI, and you receive the error message shown in the exhibit. (Click the Exhibit button.) The file is in c:\data\. You need to ensure that you can publish the file to Power BI. What should you do first? A. Save the file in a Microsoft SharePoint document library. B. Decrypt the workbook. C. Add a digital signature to the workbook. D. Set the file attributes to read-only.

B https://docs.microsoft.com/en-us/power-bi/service-publish-from-excel

45 You have a query that returns the data shown in the following exhibit. You need to configure the query to display the data as shown in the following exhibit. Which step should you use in the query? A. =Table.ExpandListColum(Table.TransformColunins(Source, {{"classes". Splitter.SplitTextByDelimiter('','', QuoteStyle.None), let itemType - (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "classes") B. = Table.Unpivot(Source, {"classes"}, "Attribute", "Value") C. = Table.SplitColumn(Source, "classes". Splitter.SplitTextByDelimiterf",", QuoteStyle.None), {"classes.1"}) D. = Table.SplitColumn(Source, "classes". Splitter.SplitTextByPositions({10}), {"classes.1"})

B https://docs.microsoft.com/en-us/powerquery-m/table-unpivot

72 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You are modeling the data in Power BI. You need to import only a sample of the data from the Order table. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. From Query Editor, create a custom column that uses a custom column formula. B. From Query Editor, add a SELECT statement that uses a WHERE clause to the source definition. C. In the Power BI model, create a calculated table. D. From Query Editor, filter the table by Order_date. E. From Query Editor, create a column by using Column From Examples.

BD

44 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

BD https://www.poweredsolutions.co/2019/08/13/data-profiling-quality-distribution-in-power-bi-power-query/ https://medium.com/@patilpoojaif/data-profiling-in-power-bi-78ccb78ba9a6

58 Hotspot Question 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:

Box 1: 9 9 distinct CSV files. Box 2: 10 10 distinct dates.

9 Case Study 2 - Contoso Ltd Overview 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 Hotspot Question You need to calculate the last day of the month in the balance sheet data to ensure that you can relate the balance sheet data to the Date table. Which type of calculation and which formula should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:

Box 1: A DAX Calculated measure Box 2: Date.EndofQuarter(#date([Year],[Mont],1)) ENDOFQUARTER returns the last date of the quarter in the current context for the specified column of dates. The following sample formula creates a measure that returns the end of the quarter, for the current context. = ENDOFQUARTER(DateTime[DateKey]) Reference: https://docs.microsoft.com/en-us/dax/endofquarter-function-dax

133 Hotspot Question 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:

Box 1: A scatter plot... A scatter chart always has two value axes to show: one set of numerical data along a horizontal axis and another set of numerical values along a vertical axis. The chart displays points at the intersection of an x and y numerical value, combining these values into single data points. Power BI may distribute these data points evenly or unevenly across the horizontal axis. It depends on the data the chart represents. Box 2: Automatically find clusters Scatter charts are a great choice to show patterns in large sets of data, for example by showing linear or non- linear trends, clusters, and outliers. Reference: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-scatter

129 Drag and Drop Question 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:

Box 1: CALCULATE CALCULATE rvaluates an expression in a modified filter context. Box 2: DIVIDE As a data modeler, when you write a DAX expression to divide a numerator by a denominator, you can choose to use the DIVIDE function or the divide operator (/ - forward slash). When using the DIVIDE function, you must pass in numerator and denominator expressions. Box 3: ALLSELECTED ALLSELECTED removes context filters from columns and rows in the current query, while retaining all other context filters or explicit filters. The ALLSELECTED function gets the context that represents all rows and columns in the query, while keeping explicit filters and contexts other than row and column filters. This function can be used to obtain visual totals in queries. Example: measure 'Reseller Sales'[Reseller Visual Total]=calculate(sum('Reseller Sales'[Sales Amount]), ALLSELECTED()) Reference: https://docs.microsoft.com/en-us/dax/allselected-function-dax

127 Hotspot Question 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. 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:

Box 1: CALCULATE Start with CALCULATE and use a SUMX. CALCULATE evaluates an expression in a modified filter context. Box 2: SUMX SUMX returns the sum of an expression evaluated for each row in a table. The following sample creates a measure with the sales of the top 10 sold products. = SUMX(TOPN(10, SUMMARIZE(Product, [ProductKey], "TotalSales", SUMX(RELATED (InternetSales_USD [SalesAmount_USD]), InternetSales_USD[SalesAmount_USD]) + SUMX(RELATED (ResellerSales_USD [SalesAmount_USD]), ResellerSales_USD[SalesAmount_USD])) Box 3: TOPN TOPN returns the top N rows of the specified table. Box 4: [TransactionDate] TOPN Syntax: TOPN(<n_value>, <table>, <orderBy_expression>, [<order>[, <orderBy_expression>, [<order>]]...]) The orderBy_expression: Any DAX expression where the result value is used to sort the table and it is evaluated for each row of table. Reference: https://docs.microsoft.com/en-us/dax/topn-function-dax

53 Drag and Drop Question 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. Select and Place:

Box 1: Member Incorrect Answers: Contributors can update the app metadata but not publish a new app or change who has permission to the app. Box 2: Contributor Reference: https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-new-workspaces

128 Hotspot Question 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:

Box 1: One-to-many Box 2: Both For One-to-many relationships, the cross filter direction is always from the "one" side, and optionally from the "many" side (bi-directional). Note: Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand

125 Hotspot Question 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:

Box 1: Table.RemoveColumns When you do "Remove Columns" Power Query uses the Table.RemoveColumns function Box 2: List.Select Get a list of columns. Box 3: Text.Contains Example code to remove columns with a slash (/): let Source = Excel.Workbook(File.Contents("C: Source"), null, true), #"1_Sheet" = Source{[Item="1",Kind="Sheet"]}[Data], #"Promoted Headers" = Table.PromoteHeaders(#"1_Sheet", [PromoteAllScalars=true]), // get columns which contains any slash among values ColumnsToRemove = List.Select( // get a list of all columns Table.ColumnNames(#"Promoted Headers"), (columnName) => let // get all values of a columns ColumnValues = Table.Column(#"Promoted Headers", columnName), // go through values and stop when you find the first occurence of a text containing a slash // if there is a value with a slash, return true else false ContainsSlash = List.AnyTrue(List.Transform(ColumnValues, each Text.Contains(_, "/"))) in ContainsSlash ), // remove columns Result = Table.RemoveColumns(#"Promoted Headers", ColumnsToRemove) in Result

134 Hotspot Question 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:

Box 1: Total Sales Box 2: Occupation Box 3: City You can use Expand By to add fields you want to use for setting the level of the analysis without looking for new influencers. Reference: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers

48 Hotspot Question 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:

Box 1: Total Sales We select the field Total Sales Box 2: Date Select a date field. Box 3: Month Monthly periods. Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-quick-measures

93 Case Study 2 - Contoso Ltd Overview 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 Hotspot Question How should you distribute the reports to the board? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:

Box 1: Using a workspace membership Scenario: The company wants to provide a single package of reports to the board that contains custom navigation and links to supplementary information. Note: Workspace is a shared environment for a group of people. You can have multiple Power BI content in a workspace. One workspace can have hundreds of dashboards, reports, and datasets in it. Box 2: A mail-enabled security group Scenario: 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.

18 You have the visual shown in the Original exhibit. (Click the Original tab.) You need to configure the visual as shown in the Modified exhibit. (Click the Modified tab.) What should you add to the visual? A. a measure B. a trendline C. a forecast D. an Average line

C

20 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. area chart B. donut chart C. scatter plot D. pie chart

C

25 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. CALCULATE(SUM(sales[sales_amount]), DATESYTD('Date'[DatelD])) C. (SUM(sales[sales_araount]) - CALCULATE(SUM(sales[sales_amount]), SAHEPERIOOLASTYEAR ('Date'[DatelD]))/ CALCULATE(SUM(sales[sales_amount]), SAMEPERIOOLASTYEAR ('Date'[DateID]) D. CALCULATE(SUM(sales[sales_araount]), SAMEPERIODLASTYEAR('Date'[DatelD])

C

32 Your company plans to completely separate development and production assets such as datasets, reports, and dashboards in Microsoft Power Bl. You need to recommend an application lifecycle strategy. The solution must minimize maintenance to update access 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. In the same 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. C. Create separate workspaces for development and production. Grant the end users access to the production workspace. D. Create one workspace for development. From the workspace, publish an app for production.

C

42 You have a Microsoft SharePoint Online site that contains 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 load only the manufacturing reports to a table for analysis. What should you do in Microsoft Power Bl Desktop? A. Get data from a SharePoint Online list, enter the site URL and then select Combine & Load. B. Get data from a SharePoint Online folder and enter the site URL. Edit the query and filter by folder path. C. Get data from a SharePoint Online folder, enter the site URL, and then select Combine & Load. D. Get data from a SharePoint Online list and enter the site URL. Edit the query and filter by folder path.

C

63 You have a Power BI model for sales data. You create a measure to calculate the year-to-date sales. You need to compare the year-to-date sales with the previous year for the same time period. Which DAX function should you use? A. LASTDATE B. TOTALYTD C. SAMEPERIODLASTYEAR D. PREVIOUSYEAR

C

64 From the Home tab in Power BI Desktop, you click Enter Data and create a table named Sales that contains the following data. You add Region and Sales to visualization and the visualization displays the following data. What causes the visualization to display four rows of data instead of six? A. the Data Category of Region B. the Default Summarization on Region C. the Default Summarization on Sales D. the Data Category of Sales

C

71 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You need to create a chart that displays a sum of Order[Order_amount] by month for the Order_ship_date column and the Order_date column. How should you model the data? A. Create a one-to-many relationship from Date[Date_ID] to Order[Order_date] and another relationship from Date[Date_ID] to Monthly_returns[Date_ID]. B. Add a second Date table named Ship_date to the model. Create a many-to-many relationship from Date [Date_ID] to Order[Order_date] and many-to-many relationship from Ship_date[Date_ID] to Order [Order_ship_date]. C. Add a second Date table named Ship_date to the model. Create a one-to-many relationship from Date [Date_ID] to Order[Order_date] and a one-to-many relationship from Ship_Date[Date_ID] to Order [Order_ship_date]. D. Create a one-to-many relationship from Date[Date_ID] to Order[Order_date] and another relationship from Date[Date_ID] to Order[Order_ship_date].

C

80 You have a table in Power BI Desktop as shown in the following exhibit. You pivot the columns as shown in the following exhibit. You need to resolve the error in row 3. The solution must preserve all the data. What should you do? A. Change the Data Type of the Value column. B. Select the Key column, and then click Remove Duplicates. C. Change the Aggregate Value Function of the pivot. D. Select the Score column, and then click Remove Errors.

C

87 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You need to create a relationship between the Order table and the Store table on the Store_ID column. What should you do before you create the relationship? A. In the Order table query, use the Table.TrasformRows function. B. In the Store table query, use the Table.TrasformRows function. C. In the Store table query, use the Table.TrasformColumnTypes function. D. In the Order table query, use the Table.TrasformColumnTypes function.

C

41 You have a Microsoft Power Bl dashboard. You need to ensure that consumers of the dashboard can give you feedback that will be visible to the other consumers of the dashboard. What should you use? A. Feedback B. Subscribe C. Comments D. Mark as favorite

C https://docs.microsoft.com/en-us/power-bi/consumer/end-user-comment

111 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

C A Member can add members or others with lower permissions. Note:

116 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

C A line chart or line graph displays the evolution of one or several numeric variables. Data points are connected by straight line segments. A line chart is often used to visualize a trend in data over intervals of time - a time series - thus the line is often drawn chronologically. Example: Incorrect Answers: A: Stacked area charts are not appropriate to study the evolution of each individual group: it is very hard to substract the height of other groups at each time point. Note: A stacked area chart is the extension of a basic area chart. It displays the evolution of the value of several groups on the same graphic. The values of each group are displayed on top of each other, what allows to check on the same figure the evolution of both the total of a numeric variable, and the importance of each group. Reference: https://www.data-to-viz.com/graph/line.html

36 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 bookmark order B. the layer order C. the tab order D. the X position

C If you find yourself unable to navigate to an object or visual while using a keyboard, it may be because the report author has decided to hide that object from the tab order. Report authors commonly hide decorative objects from the tab order. If you find that you cannot tab through a report in a logical manner, you should contact the report author. Report authors can set the tab order for objects and visuals. Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-consuming-tools

121 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.

C With Power BI Desktop report themes, you can apply design changes to your entire report, such as using corporate colors, changing icon sets, or applying new default visual formatting. When you apply a report theme, all visuals in your report use the colors and formatting from your selected theme as their defaults. Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes

38 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 (Pll). The solution must minimize configuration effort and impact on the dashboard design. What should you use? A. Active Directory groups B. tiles C. data classifications D. comments

C https://docs.microsoft.com/en-us/power-bi/admin/service-security-sensitivity-label-overview#important- considerations

37 You create a dashboard by using the Microsoft Power Bl 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. Share the dashboard to the user. B. Create a subscription. C. Create a data alert. D. Tag the user in a comment.

C https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts

85 You create a dashboard that displays the results of a customer satisfaction survey. You need to embed a tweet from your company's Twitter feed into the dashboard. What should you do? A. Edit the report and import a visualization from the marketplace. Pin the visualization to the dashboard. B. Edit the report and import a visualization from a file. Pin the visualization to the dashboard. C. To the dashboard, add a tile that uses a web content source. D. To the dashboard, add a tile that uses a PubNub content source.

C https://docs.microsoft.com/en-us/power-bi/service-dashboard-add-widget

70 You have a Power BI Desktop project that uses DirectQuery to access an on-premises Microsoft SQL Server database. From Power BI Desktop, you can query the database. When you publish the Power BI Desktop project to the Power BI service, the visualizations cannot display the data. What should you do to resolve the issue? A. Locate the published dataset for the project in the Power BI service and configure the data source credentials. B. Install the on-premises data gateway (personal mode) and republish the project. C. Install the on-premises data gateway and configure a data source. D. Configure a Microsoft Azure ExpressRoute connection between the on-premises network and the Power BI service.

C https://docs.microsoft.com/en-us/power-bi/service-gateway-sql-tutorial

68 You are creating a report in Power BI Desktop that has two visualizations on a page as shown in the following exhibit. You need to ensure that when you click the bar of a country, only the values for that country are shown on the Revenue by Year and Manufacturer chart. A. Click the Revenue by Year and Manufacturer chart. On the Format tab, click Edit Interactions. On the Units by Country chart, click Filter. B. Click the Revenue by Year and Manufacturer chart. On the Format tab, click Edit Interactions. On the Units by Country chart, click Highlight. C. Click the Units by Country chart. On the Format tab, click Edit Interactions. On the Revenue by Year and Manufacturer chart, click Filter. D. Click the Units by Country chart. On the Format tab, click Edit Interactions. On the Revenue by Year and Manufacturer chart, click Highlight.

C https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

83 You have a Power BI model for sales data. You create a measure to calculate the year-to-date sales. You need to compare the year-to-date sales with the previous year for the same time period. Which DAX function should you use? A. DATEADD B. TOTALYTD C. DATESYTD D. ENDOFYEAR

C https://powerpivotpro.com/2016/01/year-to-date-in-previousprior-year/

101 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.

CE Data Profiling, Quality & Distribution in Power BI / Power Query features To enable these features, you need to go to the View tab à Data Preview Group à Check the following: Column quality Column profile Column distribution Column profile Turn on the Column Profiling feature. Column distribution Can use it to visually realize that your query is missing some data because of distinct and uniqueness counts. Reference: https://www.poweredsolutions.co/2019/08/13/data-profiling-quality-distribution-in-power-bi-power-query/ https://www.altentertraining.com/microsoft/power-bi/column-profiling-is-good/

19 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. Create a horizontal line that has a fixed value of 24,000. B. Add a measure to the visual that uses the following DAX expression. Heasurel = PERCENTUEX.EXC (Sales,Sales[Total Sales],6.40) C. Add a new percentile line that uses Total Sales as the measure and 40% as the percentile. D. Add a measure to the visual that uses the following DAX expression. Heasurel = PERCENTILEX.INC (Sales,Sales[Total Sales],6.40)

D

22 You have the visual shown in the exhibit. (Click the Exhibit tab.) You need to show the relationship between Total Cost and Total Sales over time. What should you do? A. Add a play axis. B. Add a slicer for the year. C. From the Analytics pane, add an Average line. D. Create a DAX measure that calculates year-over-year growth.

D

31 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. Create a new workspace, copy the datasets and reports, and add the HR managers as members of the workspace. B. Publish the reports to a different workspace other than the one hosting the datasets. C. Publish the reports in an app and grant the HR managers access permission. D. Add the HR managers as members of the existing workspace that hosts the reports and the datasets.

D

34 You have a Microsoft Power Bl dashboard. The report used to create the dashboard uses an imported dataset from a Microsoft SQL Server data source. The dashboard is shown in the exhibit. (Click the Exhibit tab.) What occurred at 12:03:06 PM? A. A user pressed F5 B. A new transaction was added to the data source. C. A user added a comment to a tile. D. The dashboard tile cache refreshed.

D

79 You plan to join a fact table named ActivityLog to a Date dimension named ActivityDate. The date value in ActivityLog is a datetime column named ActivityStart. The date value in ActivityDate is a number column named DateID. DateID is in the YYYYMMDD format. What should you do in the model before you create the relationship? A. Change the Data Type of ActivityStart to Date. B. Create a measure in ActivityLog that uses the FORMAT DAX function. C. Change the Data Type of DateID to Date. D. Create a calculated column in ActivityLog that uses the FORMAT DAX function.

D

100 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

D Column quality: In this section, we can easily see valid, Error and Empty percentage of data values associated with the Selected table. Note: In Power Query Editor, Under View tab in Data Preview Section we can see the following data profiling functionalities: Column quality Column distribution Column profile Reference: https://community.powerbi.com/t5/Community-Blog/Data-Profiling-in-Power-BI-Power-BI-Update-April- 2019/ba- p/674555

29 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. From Microsoft Power Bl Desktop, edit the Row-Level Security setting for the reports. B. Change the Microsoft Power Bl license type of the sales manager. C. Manage the permissions of the underlying dataset D. Request that the sales manager be added to the correct Azure Active Directory group.

D Using AD Security Groups, you no longer need to maintain a long list of users. All that you will need to do is to put in the AD Security group with the required permissions and Power BI will do the REST! This means a small and simple security file with the permissions and AD Security group. Note: Configure role mappings Once published to Power BI, you must map members to dataset roles. Members can be user accounts or security groups. Whenever possible, we recommend you map security groups to dataset roles. It involves managing security group memberships in Azure Active Directory. Possibly, it delegates the task to your network administrators. Reference: https://www.fourmoo.com/2018/02/20/dynamic-row-level-security-is-easy-with-active-directory-security-groups/ https://docs.microsoft.com/en-us/power-bi/guidance/rls-guidance

27 You are configuring a Microsoft Power Bl 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. Add a description of "subscriber count" to the Customer Count measure. B. Set Summarize By to None for the CustomerlD column. C. Add a description of "Subscriber" to the Customer table. D. Add a synonym of "subscriber" to the Customer table. E. Add a synonym of "subscriberID" to the CustomerID column.

D You can add synonyms to tables and columns. Note: This step applies specifically to Q&A (and not to Power BI reports in general). Users often have a variety of terms they use to refer to the same thing, such as total sales, net sales, total net sales. You can add these synonyms to tables and columns in the Power BI model. This step applies specifically to Q&A (and not to Power BI reports in general). Users often have a variety of terms they use to refer to the same thing, such as total sales, net sales, total net sales. You can add these synonyms to tables and columns in the Power BI model. Reference: https://docs.microsoft.com/en-us/power-bi/natural-language/q-and-a-best-practices

82 You have two tables named Customer and Orders. A sample of the Data in Customer is shown in the following table. A sample of the data in Orders is shown in the following table. You need to create the following new table. You must use Customer as the first table. Which join kind should you use? A. Right Anti B. Right Outer C. Left Anti D. Left Outer E. Inner

D - Left Outer (all from first, matching from second - Right Outer (all from second, matching from first) - Full Outer (all rows from both) - Inner (only matching rows); - Left Anti (rows only in first) - Right Anti (rows only in second)

107 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.

D Only one relationship can be active. Note: If you query two or more tables at the same time, when the data is loaded, Power BI Desktop attempts to find and create relationships for you. The relationship options Cardinality, Cross filter direction, and Make this relationship active are automatically set. Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships

118 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.

D R visuals in the Power BI service have a few limitations including: Data size limitations ?data used by the R visual for plotting is limited to 150,000 rows. If more than 150,000 rows are selected, only the top 150,000 rows are used and a message is displayed on the image. Additionally, the input data has a limit of 250 MB. Reference: https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals

99 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

D The only way to visualize a streaming dataset is to add a tile and use the streaming dataset as a custom streaming data source. Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming

96 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. 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.

D We have to separate date & time tables. Also, we don't need to put the time into the date table, because the time is repeated every day. Split your DateTime column into a separate date & time columns in fact table, so that you can join the date to the date table & the time to the time table. The time need to be converted to the nearest round minute or second so that every time in your data corresponds to a row in your time table. Reference: https://intellipaat.com/community/6461/how-to-include-time-in-date-hierarchy-in-power-bi

104 You have a CSV file that contains user complaints. The file contains a column named Logged. Logged contains the date and time each compliant 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 transform 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. Apply a transform to extract the first 11 characters of the Logged column.

D With Power Query you can Split Date and Time into Separate Columns by using a transform. Reference: https://www.exceljetconsult.com.ng/home/blog/power-query-split-date-and-time-into-separate-columns/

33 You are creating a visual to show the ranking of product categories by sales revenue. Your company's security policy states that you cannot send data outside of your Microsoft Power Bl tenant. Which approach provides the widest variety of visuals while adhering to the security policy? A. Use default visuals or custom visuals uploaded from a .pbiviz file. B. Use only default visuals. C. Use default or any custom visuals from the marketplace. D. Use default or certified custom visuals.

D https://datasavvy.me/2019/02/28/what-data-is-being-sent-externally-by-power-bi-visuals/

21 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. scatter chart B. ribbon chart C. line chart D. key influences

D https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers

43 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

D https://docs.microsoft.com/en-us/powerquery-m/replacer-replacetext

40 You have a report that contains three pages. One of the pages contains a KPI visualization. You need to filter all the visualizations in the report except for the KPI visualization. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Add the same slicer to each page and configure Sync slicers. B. Edit the interactions of the KPI visualization. C. Configure a page-level filter. D. Edit the interactions of the slicer that is on the same page as the KPI visualization. E. Configure a report-level filter.

DE https://community.powerbi.com/t5/Desktop/slicer-filter-all-except-one/td-p/557795

39 You publish a report to a workspace named Customer Services. The report identifies customers that have potential data quality issues that must be investigated by the customer services department of your company. You need to ensure that customer service managers can create task lists in Microsoft Excel based on the data. Which report setting should you configure? A. Don't allow end user to save filters on this report. B. Change default visual interaction from cross highlighting to cross filtering. C. Enable the updated filter pane, and show filters in the visual header for this report. D. Allow users to add comments to this report. E. Choose the type of data you allow your end users to export.

E

95 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. You need to create relationships to meet the reporting requirements of the customer service department. What should you create? A. an additional date table named ShipDate, a one-to-many relationship from Sales[sales_date_id] to Date[date_id], and a one-to-many relationship from Sales[sales_ship_date_id] to ShipDate [date_id] B. an additional date table named ShipDate, a many-to-many relationship from Sales[sales_date_id] to Date[date_id], and a many-to-many relationship from Sales[sales_ship_date_id] to ShipDate [date_id] C. a one-to-many relationship from Date[date_id] to Sales[sales_date_id] and another one-to-many relationship from Date [date_id] to Weekly_Returns[week_id] D. a one-to-many relationship from Sales[sales_date_id] to Date[date_id] and a one-to-many relationship from Sales[sales_ship_date_id] to Date[date_id] E. a one-to-many relationship from Date[date_id] to Sales[sales_date_id] and another one-to-many relationship from Date[date_id] to Sales[sales_ship_date_id]

E Scenario: The customer service department requires a visual that can be filtered by both sales month and ship month independently. Incorrect Answers: A, B: Just need two one-to-many relationships, no many-to-many relationships (with additional table) as a specific Sale occurs on a specific date. C: Cannot make a relation between a date_id and a week_id. D: The one-to-many relationships between the Sales and the Date tables goes in the other direction: for each date there can be many sales or shipments. Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand

140 Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series. You have a Microsoft SQL Server database that contains the following tables. The following columns contain date information: - Date[Month] in the mmyyyy format - Date[Date_ID] in the ddmmyyyy format - Date[Date_name] in the mm/dd/yyyy format - Monthly_returns[Month_ID] in the mmyyyy format The Order table contains more than one million rows. The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data. You need to display the month as a three-letter abbreviation, followed by the year, such as jan2017. You add a calculated column in Power BI. Which DAX formula should you use for the calculated column? 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: Select and Place:

References: https://docs.microsoft.com/en-us/dax/concatenate-function-dax#example-concatenation-of-columns-with- different-data-types https://docs.microsoft.com/en-us/dax/custom-date-and-time-formats-for-the-format-function

8 Case Study 2 - Contoso Ltd Overview 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 Drag and Drop Question You need to create a DAX measure in the data model that only allows users to see projections at the appropriate levels of granularity. How should you complete the measure? 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:

Scenario: Revenue projections are set at the monthly level and summed to show projections for the quarter. Box 1: IF Box 2: ISFILTERED ISFILTERED returns TRUE when columnName is being filtered directly. If there is no filter on the column or if the filtering happens because a different column in the same table or in a related table is being filtered then the function returns FALSE. Box 3: SUM Reference: https://docs.microsoft.com/en-us/dax/isfiltered-function-dax

6 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. Hotspot Question You need to create a visualization to meet the reporting requirements of the sales managers. How should you create the visualization? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:

Scenario: The sales managers require a visual to analyze sales performance versus sales targets. Box 1: KPI A Key Performance Indicator (KPI) is a visual cue that communicates the amount of progress made toward a measurable goal. Box 2: Sales[sales_amount] Box 3: Date[month] Time > FiscalMonth. This value will represent the trend. Box 4: Targets[sales_target] Reference: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-kpi

141 Case Study 1 - Litware, Inc. Overview Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports. The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources. Litware uses Azure Active Directory (Azure AD) to authenticate users. 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. Hotspot Question You need to create a visualization to meet the reporting requirements of the sales managers. How should you create the visualization? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:

Scenario: The sales managers require a visual to analyze sales performance versus sales targets. Box 1: KPI A Key Performance Indicator (KPI) is a visual cue that communicates the amount of progress made toward a measurable goal. Box 2: Sales[sales_amount] Box 3: Date[month] Time > FiscalMonth. This value will represent the trend. Box 4: Targets[sales_target] Reference: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-kpi

131 Drag and Drop Question 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:

Step 1: Create a 12-month... You can use calculated measure to get the expected result. 1. Create a calculated column for the date. 2. Create a measure for 12 months moving average. 3. Drag the Line Chart into your canvas as below. (step 2 below) Step 2: Select the line chart Step 3: From the Analytics pane, add a Median line Reference: https://community.powerbi.com/t5/Desktop/Moving-Average/td-p/43041

126 Drag and Drop Question 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:

Step 1: Expand the records. First Open Power BI desktop and navigate to Power Query, import the JSON file, then load the data, click on the record to expand it and to see the record and list. Step 2: Add columns that use data type conversions. Step 3: Convert the list to a table

132 Drag and Drop Question 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:

When you view dashboards in portrait mode on a phone, you notice the dashboard tiles are laid out one after another, all the same size. In the Power BI service, you can create a customized view of a dashboard, specifically for portrait mode on phones. Step 1: Open the Dashboard. Step 2: Change the dashboard view to Phone view Step 3: Pin items from the reports to the dashboard. Step 4: Rearrange, resize, or remote items from the Phone view. Create a phone view of a dashboard 1. In the Power BI service, open a dashboard (Step 1) 2. Select the arrow next to Web view in the upper-right corner > select Phone view. (Step 2) The phone dashboard edit view opens. Here you can unpin, resize, and rearrange tiles to fit the phone view. The web version of the dashboard doesn't change. 3. Select a tile to drag, resize, or unpin it. You notice the other tiles move out of the way as you drag a tile. The unpinned tiles go in the Unpinned tiles pane, where they stay unless you add them back. 4. If you change your mind, select Reset tiles to put them back in the size and order they were before. 5. When you're satisfied with the phone dashboard layout, select the arrow next to Phone view in the upper- right corner > select Web view. Power BI saves the phone layout automatically. Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/service-create-dashboard-mobile-phone-view

11 Case Study 2 - Contoso Ltd Overview 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 Drag and Drop Question Once the profit and loss dataset is created, which four actions should you perform in sequence to ensure that the business unit analysts see the appropriate profit and loss data? 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://docs.microsoft.com/en-us/power-bi/admin/service-admin-rls https://docs.microsoft.com/en-us/power-bi/connect-data/service-datasets-build-permissions


Conjuntos de estudio relacionados

Chapter 01: The Past, Present, and Future

View Set

ISEE Section 3 Reading Comprehension

View Set

UWorld Pediatrics: Growth and Development

View Set