DA-100: Analyzing Data with Microsoft Power BI
![]() |
![]() |
![]() |
Título del Test:![]() DA-100: Analyzing Data with Microsoft Power BI Descripción: Exam DA-100: Analyzing Data with Microsoft Power BItraining |




Comentarios |
---|
NO HAY REGISTROS |
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?. Round the hour of the Date column to startOfHour. Change the data type of the Date column to Text. Trim the Date column. Split the Date column into two columns, one that contains only the time and another that contains only the date. 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?. Implement row-level security (RLS) so that the report recipients can only see results based on the emails they sent. Remove the Subject and Body columns during the import. From Model view, set the Subject and Body columns to Hidden. 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. Group the impressions by Ad_id, Site_name, and Impression_date. Aggregate by using the CountRows function. Create one-to-many relationships between the tables. Create a calculated measure that aggregates by using the COUNTROWS function. Create a calculated table that contains Ad_id, Site_name, and Impression_date. 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?. video. custom streaming data. text box. web content. 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?. Show whitespace. Column profile. Column distribution. Column quality. 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. Open the Advanced Editor. Select Column quality. Enable Column profiling based on entire dataset. Select Column distribution. Select Column profile. 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: removeSources = Table.Remove.Columns / (rawData, - List Select .../ each - Text EndsWith... removeSources = Table.FindText/ (rawData, - List Contains.../ each - Text StartsWith. removeSources = Table.Combine.Column / (rawData, - Table.FromList.../ each - Text From.. 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: 1. Convert to table /2. Expand Column / 3. Set data type to Date. 1. Set the data types /2. Expand the records / 3. Add columns that use the type conversions. 1. Expand Column /2. Add columns that use the type conversions / 3. Convert to table. 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?. Merge the Customer and Address tables. Transpose the Customer and Address tables. Group the Customer and Address tables by the Address ID column. Append the Customer and Address tables. 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?. Create a JSON file that contains the database server names. Import the JSON file to the dataset. Create a parameter and update the queries to use the parameter. Create a query for each database server and hide the development tables. Set the data source privacy level to Organizational and use the ReplaceValue Power Query M function. 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?. Change the data type of the Logged column to Date. Apply a transform to extract the last 11 characters of the Logged column and set the data type of the new column to Date. Create a column by example that starts with 2018-12-31 and set the data type of the new column to Date. Apply a transform to extract the first 11 characters of the Logged column. 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?. Add a SQL statement. Set Data Connectivity mode to DirectQuery. Set the Command timeout in minutes setting. Set Data Connectivity mode to Import. 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?. Split the model into multiple models. Hide unused columns in the model. Merge tables by using Power Query. Transpose. 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?. The user will see data for which the State Province value is Kentucky and the Calendar Year is 2020. The user will see data for which the State Province value is Kentucky or the Calendar Year is 2020. The user will see only data for which the State Province value is Kentucky. The user will receive an error and will not be able to see the data in the report. our 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: 1- CALCULATE / 2- SUM / 3- TOPN / 4-TransactionID. 1- TOPN/ 2- SUM / 3- SUMX/ 4-TransactionDate. 1- CALCULATE / 2- CONCATENATEX/ 3- TOPN / 4-ItemsOrdered. You are configuring a Microsoft Power BI data model to enable users to ask natural language questions by using Q&A. You have a table named Customer that has the following measure. Customer Count = DISTINCTCOUNT(Customer[CustomerID]) Users frequently refer to customers as subscribers. You need to ensure that the users can get a useful result for "subscriber count" by using Q&A. The solution must minimize the size of the model. What should you do?. Set Summarize By to None for the CustomerID column. Add a synonym of "subscriber" to the Customer table. Add a synonym of "subscriberID" to the CustomerID column. Add a description of "subscriber count" to the Customer Count measure. 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: One-to-Many / Single. Ono-to-one / Single. One-to-Many / Both. 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: Base value - Total Sales / Date - Date / Period - Months. Base value - Total Cost / Date - Year / Period - Year. Base value - Total Order Qty / Date - Month / Period - Days. 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?. Change the Microsoft Power BI license type of the sales manager. From Microsoft Power BI Desktop, edit the Row-Level Security setting for the reports. Request that the sales manager be added to the correct Azure Active Directory group. Manage the permissions of the underlying dataset. 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: Divide / Calculate / Allselected. Calculate / All / Topn. Allselected / Calculate / Summarize. 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?. Use the Auto Date/Time functionality in Microsoft Power BI and do NOT import the Date table. Duplicate the Date query in Power Query and use active relationships between both Date tables. 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. Create an active relationship between Sales and Date for the purchase date and an inactive relationship for the ship date. 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?. Yes. No. You need to create a visualization that compares revenue and cost over time. Which type of visualization should you use?. stacked area chart. donut chart. line chart. waterfall chart. 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?. Create a text box for each business question and insert a link. Create a button for each business question and set the action type to Bookmark. Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the business questions. You are developing a report page. Some users will navigate the report by using a keyboard, and some users will consume the report by using a screen reader. You need to ensure that the users can consume the content on a report page in a logical order. What should you configure in Microsoft Power BI Desktop?. the tab order. the layer order. the bookmark order. the X position. 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?. The visual was built by using a different version of R. The data comes from a Microsoft SQL Server source. The data is deduplicated. Too many records were sent to the visual. 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. Add a salary to the tooltips. Add a salary to the visual filters. Add salary to the drillthrough fields. 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?. no impact. highlight. filter. 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?. Edit the details of each tile. Change the report theme. Change the dashboard theme. Create a custom CSS file. 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: 1. Pin items from report to Dashboard. 2. Open Dashboard. 3. Change the dashboard view to Phone view. 4. Rearrange, resize the visuals. 1. Open Dashboard. 2. Pin items from report to Dashboard. 3. Change the dashboard view to Phone view. 4. Rearrange, resize the visuals. 1. Pin items from report to Dashboard. 2. Open Dashboard. 3. Rearrange, resize the visuals. 4. Change the dashboard view to Phone view. 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?. Line and clustered column chart. Key influencers. Q&A. Funnel chart. 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: Visualization - A scatter plot of Quantity and Unit Price by item / Feature - Automatically find clusters. Visualization -A line of Quantity Ordered and Unit Price by item / Feature - Explain the decrease. Visualization - A column chart of Quantity Ordered and Unit Price by year / Feature - Find where the distribution is different. 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: Analyze - Total Sales / Explain by - Ocupation / Expand by - Ocupation. Analyze - City / Explain by - Total Sales / Expand by - Ocupation. Analyze - Ocupation/ Explain by - Total Sales / Expand by - City. 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?. Add a Top N filter to the visual. Configure the Sales Profit measure to use the RANKX function. Add a calculated column to the table that uses the TOPN function. In the visual, replace Sales Profit with the calculated column. 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. 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?. Yes. No. 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?. Yes. No. You have a query named Customer that imports CSV files from a data lake. The query contains 500 rows as shown in the exhibit. (Click the Exhibit tab.) Each file contains deltas of any new or modified rows from each load to the data lake. Multiple files can have the same customer ID. You need to keep only the last modified row for each customer ID. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: 1. Duplicate the query 2. Group the query to find the max modified date 3. Merge the query on inner join. 1. Filter the customer query 2. Duplicate the query 3. Merge the query on inner join. 1. Group the query to find the max modified date 2. Merge the query on inner join 3. Filter the customer query. 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: There are - 9 ... / Removing duplicates... - 10 rows. There are - 10... / Removing duplicates... - 10 rows. There are - 90 ... / Removing duplicates... - 10 rows. 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?. Create a new aggregation that summarizes by employee. Create a new group on the state column and set the Group type to List. Create a new group on the state column and set the Group type to Bin. Create a new aggregation that summarizes by state. 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: 1. Select the line chart 2. Add the average line 3. Turn on Data Label. 1. Create 12-month rolling average quickmeasure 2. Add the median line 3. Turn on Data Label. 1. Add the median line 2. Turn on Data Label 3. Create 12-month rolling average quickmeasure. 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?. Yes. No. 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?. Yes. No. 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. Configure the dataset to use the existing On-premises data gateway. Deploy an On-premises data gateway in personal mode. Set the refresh frequency to Daily. Configure the dataset to use the personal gateway. 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?. Viewer. Contributor. Member. Admin. You have a Microsoft Power BI workspace. You need to grant the user capabilities shown in the following table. The solution must use the principle of least privilege. Which user role should you assign to each user? To answer, drag the appropriate roles to the correct users. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Select and Place: User 1 - Member / User 2 - Contributor. User 1 - Member / User 2 - Admin. User 1 - Contributor / User 2 - Admin. 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?. Query folding is not occurring. You selected Only refresh complete periods. The data type of the column used to partition the data changed. A filter is missing on the report. 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?. Yes. No. You have a Microsoft Power BI report. The size of PBIX file is 550 MB. The report is accessed by using an App workspace in shared capacity of powerbi.com. The report uses an imported dataset that contains one fact table. The fact table contains 12 million rows. The dataset is scheduled to refresh twice a day at 08:00 and 17:00. The report is a single page that contains 15 AppSource visuals and 10 default visuals. Users say that the report is slow to load the visuals when they access and interact with the report. You need to recommend a solution to improve the performance of the report. What should you recommend?. Change any DAX measures to use iterator functions. Replace the default visuals with AppSource visuals. Change the imported dataset to DirectQuery. Remove unused columns from tables in the data model. You create a dashboard by using the Microsoft Power BI Service. The dashboard contains a card visual that shows total sales from the current year. You grant users access to the dashboard by using the Viewer role on the workspace. A user wants to receive daily notifications of the number shown on the card visual. You need to automate the notifications. What should you do?. Create a data alert. Share the dashboard to the user. Create a subscription. Tag the user in a comment. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are modeling data by using Microsoft Power BI. Part of the data model is a large Microsoft SQL Server table named Order that has more than 100 million records. During the development process, you need to import a sample of the data from the Order table. Solution: From Power Query Editor, you import the table and then add a filter step to the query. Does this meet the goal?. Yes. No. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are modeling data by using Microsoft Power BI. Part of the data model is a large Microsoft SQL Server table named Order that has more than 100 million records. During the development process, you need to import a sample of the data from the Order table. Solution: You add a WHERE clause to the SQL statement. Does this meet the goal?. Yes. No. 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?. Yes. No. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You create a parameter named DataSourceExcel that holds the file name and location of a Microsoft Excel data source. You need to update the query to reference the parameter instead of multiple hard-coded copies of the location within each query definition. Solution: You modify the source step of the queries to use DataSourceExcel as the file path. Does this meet the goal?. Yes. No. 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?. Yes. No. You have a Microsoft SharePoint Online site that contain several document libraries. One of the document libraries contains manufacturing reports saved as Microsoft Excel files. All the manufacturing reports have the same data structure. You need to use Power BI Desktop to load only the manufacturing reports to a table for analysis. What should you do?. Get data from a SharePoint Online folder, enter the site URL, and then select Combine & Load. Get data from a SharePoint Online list and enter the site URL. Edit the query and filter by the path to the manufacturing reports library. Get data from a SharePoint Online folder and enter the site URL. Edit the query and filter by the path to the manufacturing reports library. Get data from a SharePoint Online list, enter the site URL, and then select Combine & Load. 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?. donut chart. pie chart. area chart. scatter plot. You have multiple dashboards. You need to ensure that when users browse the available dashboards from powerbi.com, they can see which dashboards contain Personally Identifiable Information (PII). The solution must minimize configuration effort and impact on the dashboard design. What should you use?. comments. tiles. Microsoft Information Protection sensitivity labels. Active Directory groups. You have a Power BI tenant. You have reports that use financial datasets and are exported as PDF files. You need to ensure that the reports are encrypted. What should you implement?. dataset certifications. row-level security (RLS). sensitivity labels. Microsoft Intune policies. Your company plans to completely separate development and production assets such as datasets, reports, and dashboards in Microsoft Power BI. You need to recommend an application lifecycle strategy. The solution must minimize access to production assets and prevent end users from viewing the development assets. What should you recommend?. 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. Create one workspace for development. From the new workspace, publish an app for production. Create a workspace for development and a workspace for production. From the production workspace, publish an app. In one workspace, create separate copies of the assets and append DEV to the names of the copied assets. Grant the end users access to the workspace. 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?. Publish the reports to a different workspace other than the one hosting the datasets. Publish the reports in an app and grant the HR managers access permission. Add the HR managers as members of the existing workspace that hosts the reports and the datasets. Create a new workspace, copy the datasets and reports, and add the HR managers as members of the workspace. You create a report by using Microsoft Power BI Desktop. The report uses data from a Microsoft SQL Server Analysis Services (SSAS) cube located on your company's internal network. You plan to publish the report to the Power BI Service. What should you implement ta ensure that users who consume the report from the Power BI Service have the most up-to-date data from the cube?. a subscription. a scheduled refresh of the dataset. an OData feed. an On-premises data gateway. You need to address the data concerns before creating the data model. What should you do in Power Query Editor?. Transform the sales_amount column to replace negative values with 0. Select Column distribution. Select Column profile, and then select the sales_amount column. Select the sales_amount column and apply a number filter. You need to create a calculated column to display the month based on the reporting requirements. Which DAX expression should you use?. FORMAT('Date'[date], 'MMM YYYY'). FORMAT('Date' [date], 'M YY'). FORMAT('Date'[date_id], 'MMM') & '' & FORMAT('Date'[year], '#'). FORMAT('Date' [date_id], 'MMM YYYY'). You need to create the required relationship for the executive's visual. What should you do before you can create the relationship?. Change the data type of Sales[region_id] to Whole Number. In the Sales table, add a measure for sum(sales_amount). Change the data type of sales[sales_id] to Text. Change the data type of sales [region_id] to Decimal Number. What should you create to meet the reporting requirements of the sales department?. a calculated column that use a formula of couMTA(Sales[sales_id]>. a calculated measure that uses a formula of couNTROws(Sales). a calculated column that uses a formula of suM(Sales[sales_id]). a measure that uses a formula of sw-i(Sales[sales_id]). 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?. 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. Add the Weekly_Returns data to the Sales table by using related DAX functions. 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. You have a report page that contains the visuals shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. Hot Area: Selecting a quarter... - cross-filter / Selecting a data... -cross-highlight. Selecting a quarter... - cross-highlight/ Selecting a data... -cross-filter. Selecting a quarter... - cross-filter / Selecting a data... -not affected. You have a report that contains four pages. Each page contains slicers for the same four fields. Users report that when they select values in a slicer on one page, the selections are not persisted on other pages. You need to recommend a solution to ensure that users can select a value once to filter the results on all the pages. What are two possible recommendations to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Replace the slicers with report-level filters. Sync the slicers across the pages. Create a bookmark for each slicer value. Replace the slicers with page-level filters. Replace the slicers with visual-level filters. 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?. Add a measure to the visual that uses the following DAX expression. Measure1 = PERCENTILEX.INC (Sales,Sales[Total Sales],0.40). Add a new percentile line that uses Total Sales as the measure and 40% as the percentile. Create a horizontal line that has a fixed value of 24,000. Add a measure to the visual that uses the following DAX expression. Measure1 = PERCENTILEX.EXC (Sales,Sales[Total Sales],0.40). You need to create a visual as shown in the following exhibit. The indicator color for Total Sales will be based on % Growth to Last Year. The solution must use the existing calculations only. How should you configure the visual? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Conditional formatting - background color / Format by - Field value. Conditional formatting - data bars / Format by - Color scale. Conditional formatting - Font color / Format by - rules. You are modeling data in a table named SalesDetail by using Microsoft Power BI. You need to provide end users with access to the summary statistics about the SalesDetail data. The users require insights on the completeness of the data and the value distributions. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order, Select and Place: 1- Create blank query as data source 2- Specify the following query, then close and apply - Table.Profile(#"SalesDetail") 3- Create a visual for the query table. 1- Create blank query as data source 2- Specify the following query, then close and apply - Table.Distinct(#"SalesDetail") 3- Create a visual for the query table. 1- Create blank query as data source 2- Specify the following query, then close and apply - Table.Distinct(#"SalesDetail") 3- Create a parameter that uses Common Data Service as a data source. 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?. 1318. 1319. 21318 Lasalle Street. 21319 Lasalle Street. You need to provide a solution to provide the sales managers with the required access. What should you include in the solution?. Create a security role that has a table filter on the Sales_Manager table where username = UserName(). Create a security role that has a table filter on the Region_Manager table where sales_manager_id = UserPrincipalName(). Create a security role that has a table filter on the Sales_Manager table where name = UserName(). Create a security role that has a table filter on the Sales_Manager table where username = sales_manager_id. Which DAX expression should you use to get the ending balances in the balance sheet reports?. CALCULATE ( SUM( BalanceSheet [BalanceAmount] ), DATESQTD( 'Date'[Date] ) ). CALCULATE ( SUM( BalanceSheet [BalanceAmount] ), LASTDATE( 'Date'[Date] ) ). FIRSTNONBLANK ( 'Date' [Date] SUM( BalanceSheet[BalanceAmount] ) ). CALCULATE ( MAX( BalanceSheet[BalanceAmount] ), LASTDATE( 'Date' [Date] ) ). 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 line chart that shows balances by quarter filtered to account categories that are long-term liabilities. a clustered column chart that shows balances by date (x-axis) and account category (legend) without filters. a clustered column chart that shows balances by quarter filtered to account categories that are long-term liabilities. a pie chart that shows balances by account category without filters. a ribbon chart that shows balances by quarter and accounts in the legend. What is the minimum number of datasets and storage modes required to support the reports?. two imported datasets. a single DirectQuery dataset. two DirectQuery datasets. a single imported dataset. 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. Using an app A mail-enabled security group. Using a workspace membership A mail-enabled security group. Sharing individual reports Individual user emails. You need to create relationships to meet the reporting requirements of the customer service department. What should you create?. an additional date table named ShipDate, a one-to-many relationship from Date[sales_date_id] to Sales[date_id], and a one-to-many relationship from ShipDate[sales_ship_date_id] to Sales[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]. 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]. 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]. 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?. Create a shared dataset for each standardized entity. Create dataflows for the standardized data and make the dataflows available for use in all imported datasets. For every report, create and use a single shared dataset that contains the standardized data. 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. 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. IF ISFILTERED SUM. IF AND SUMX. ISFILTERED KEEPFILTERS SUMX. 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. From Power BI Desktop, publish the dataset to power bi.com From Power BI Desktop, create four roles From Power BI Desktop, add a Table filter DAX Expression to the roles From powerbi.com, add role members to the roles. From Power BI Desktop, publish the dataset to power bi.com From powerbi.com, add role members to the roles From Power BI Desktop, add a Table filter DAX Expression to the roles From Power BI Desktop, create four roles. From Power BI Desktop, publish the dataset to power bi.com From Power BI Desktop, add a Table filter DAX Expression to the roles From Power BI Desktop, create four roles From powerbi.com, add role members to the roles. 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?. Add a play axis. Add a slicer for the year. From the Analytics pane, add an Average line. Create a DAX measure that calculates year-over-year growth. |