DA-100, DA-100, Data analyst

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

A. Yes

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

1. KPI 2. Sales[sales_amount] 3. Date[month] 4. Targets[sales_target]

CASE STUDY - lITWARE

Between 8 (shared capacity) and 48 (PBI Premium)

How many refresh timeslots per day are possible?

Focus mode

That option is used to display a single visual on the report page?

There are *9* CSV files Removing Duplicates will reduce teh dataset to *10* rows

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.

CALENDARAUTO()

What DAX function is used to automatically create the common date table for the data model?

CALANDAR()

What DAX function is used to create a date table based on the start and end data provided as an argument?

PATH()

What DAX function is used to flatten a parent-child hierarchy?

COMBINEVALUES()

What DAX function is used to join two or more text strings into one text string?

RANKX DAX function

What DAX function returns the order for each product and rank this?

TOPN DAX function

What DAX function returns the top five records without the guarantee of the order of the results?

Power BI Admin

What admin role is required to define pipeline stages?

Persistent filters

What allows end users to save filters on the report?

Dataflows

What can extract data from Azure SQL and Common Data Service?

Many-to-many

What cardinality does not require unique values in either of the tables in the relationshop?

App Navigation Pane

What contains menu items for the dashboard and reports in an app?

Replace errors

What feature allows you to specify a replacement vaulue for the cells in error?

Forecast feature

What feature generates projected future values with a confidence level?

Quick measure

What feature provides a built-in set of calculations?

Remove errors

What feature removes rows with errors?

D3

What is a JavaScript library for creating visuals?

Scikit-learn

What is a Python library for creating and visualizing machine learning models?

Histogram

What is a column chart called that only visualizes a single datapoint?

Cord visual

What is a visual called that displays the relationship between data in a matrix?

Query folding and a date field

What is required for incremental refresh on data sources and queries?

Data flow

What is the Data Transformation layer in Power BI called?

Play Axis

What is the animation called that can be used with the scatter chart visual to show how values change over time?

Base column

What is the column called you want to aggregate?

M language

What is the data transformation language of Power Query called?

Power BI Service Live Connection

What is the feature called that makes it possible to connect desktop to datasets in Power BI Service that have been shared or published?

Scheduled Refresh

What is the feature in PowerBI Service called that allows you to define the frequency and time slots to refresh a particular dataset?

M

What is the language used by DAX?

150000

What is the maximum number of rows in a R visual?

Information Protection

What is the setting called that has to be enabled in Power BI Admin Portal in order to use sensitivity labels?

Power Query

What is the tool called that can read data from many idfferent services, perform transformation on that data, and then can store it in a dataflow?

Azure Data Factory

What is used to map data flows to transform data?

Bookmarks

What naviation option should you use to allow preserve the filter, slicer and visual stat selections of the current page?

Build permission

What permission is required to export data from a visual to csv?

Workspace member

What permission is required to promote a dataset to organizational use?

Featured reports

What report appear on the PowerBI home page?

Contributor role

What role allow users to create, edit and publish content to a workspace?

Viewer role

What role allows read-only access to a workspace?

Admin role

What role allows users to delete workspaces?

Member role

What role allows users to update and publish apps?

List type

What should you use to goup data categories?

Bin group type

What should you use to group numeric or data values?

Dual mode

What storage mode allows Power BI to use either Import or Direct Query ?

Import

What storage mode is required for Q&A and Quick Insights?

Import mode

What storage mode is required for creating calculated tables?

Live Connection

What storage mode is used when connecting to multidimensional data sources?

DAX Studio

What tool allows you to analyze DAX queries for performance?

Tabular Editor

What tool is used to build and manage models?

SQL Server Profiler

What tool is used to collect and trace SQL-related performance issues like slow query or tracking event?

ALM Toolkit

What tool is used to compare PowerBI datasets and manage the differential deplayment of datasets to production environments?

Query Diagnostics

What tool is used to diagnose query performance and transformations included in it?

Azure speed test

What tool measures the network latency from your browser to each Azure data center?

nouns and adjectives

What type of words can be used to teach Q&A?

Lineage view

What view shows the flow of data from the dataset to the reports and dashboards?

Treemap

What visual displays hierarchical data as a series of rectangels?

Scatter visual

What visual is used to display patterns in data and help the user identify outlier values?

Key influencers

What visual is used to show the factors that effect the metric being analyzed?

Waterfall

What visual show a running total as PowerBI adds or substracts values?

KPI

What visual shows the progress made towards a measurable goal?

Card visual

What visual simply shows a single number?

Cloud App Security

What will prevent data from being exported to devices that do not meet your AAD conditional access policies?

Data source settings

Where can you find the data source type, its location and credentials for accessing the data?

Dataverse/CDM folders or entities

Where can you store dataflow data?

Microsoft365

Where should you create and publish sensitivity labels for use in PowerBI?

Column quality

Which data quality option allows you to analyse valid, error or empty values for all columns in a single view?

Column profile

Which data quality option allows you to analyse value distribution along with empty or error values for a selected column?

Column distribution

Which data quality option allows you to show distinct and unique values for all columns in a single view?

Combine files

Which method is used to combine files with the same file type and structure in a folder and create a single table?

Import method

Which storage method is preferred when you have fixed or static rows with a low volume of data that are updated infrequently?

Tenant admin

Who can certify a dataset?

C. Create a subscription.

You create a dashboard by using the Microsoft Power BI Service. The dashboard contains a card visual that shows total sales from the current year.You grant users access to the dashboard by using the Viewer role on the workspace.A user wants to receive daily notifications of the number shown on the card visual.You need to automate the notifications.What should you do? A. Create a data alert. B. Share the dashboard to the user. C. Create a subscription. D. Tag the user in a comment.

D. Apply a transform to extract the first 11 characters of the Logged column.

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.

B. highlight

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

C. line chart

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

A. Add a Top N filter to the visual.

You need to ensure that the visual shows only the 10 cities that have the highest sales profit.What should you do?

C. Member

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

1. Usking a workspace membership 2. A mail-enabled security group

CASE STUDY - CONTOSO 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.

A. two imported datasets

CASE STUDY - CONTOSO Question - 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. CALCULATE ( SUM( BalanceSheet [BalanceAmount] ), DATESQTD( 'Date'[Date] ) )

CASE STUDY - CONTOSO 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. a line chart that shows balances by quarter filtered to account categories that are long-term liabilities. C. a clustered column chart that shows balances by quarter filtered to account categories that are long-term liabilities.

CASE STUDY - CONTOSO 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.

1. A DAX calculated measure 2. Date.EndOfQuarter(#date([Year]),[Month],1))

CASE STUDY - CONTOSO 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.

1. IF 2. IS FILTERED 3. SUM

CASE STUDY - CONTOSO You need to create a DAX measure in the data model that only allows users to see projections at the appropriate level 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.

A. 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]

CASE STUDY - LITWARE Question 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 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] 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]

D. Select Column profile, and then select the sales_amount column.

CASE STUDY - LITWARE Question You need to review the data for which there are concerns before creating the data model. What should you do in Power Query Editor? A. Transform the sales_amount column to replace negative values with 0. B. Select Column distribution. C. Select the sales_amount column and apply a number filter. D. Select Column profile, and then select the sales_amount column.

A. FORMAT('Date'[date], "MMM YYYY") OR D. FORMAT('Date' [date_id], "MMM YYYY") LOOK AT THE DATA TYPES

CASE STUDY - LITWARE 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], "M YY") C. FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[year], "#") D. FORMAT('Date' [date_id], "MMM YYYY")

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]

CASE STUDY - LITWARE 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]

B. Create a security role that has a table filter on the Region_Manager table where sales_manager_id = UserPrincipalName(). LOOK AT THE ACTUAL TABLES THOUGH

CASE STUDY - LITWARE 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.

1. Convert the list to a table 2. Expand the columns 3. Set the data types

DRAG DROP - You are building a dataset from a JSON file that contains an array of documents.You need to import attributes as columns from all the documents in the JSON file. The solution must ensure that date attributes can be used as date hierarchies in Microsoft Power BI reports. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:

1. Pin items from the reports to the dashboard 2. Open the dashboard 3. Change dashboard view to Phone View 4. Rearrange, resize, or remove items from phone view

DRAG DROP -You are using existing reports to build a dashboard that will be viewed frequently in portrait mode on mobile phones.You need to build the dashboard. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:

1. Remove Column 2. List.Select 3. Text.EndsWith

HOTSPOT -You have an API that returns more than 100 columns. The following is a sample of column names. ✑ client_notified_timestamp ✑ client_notified_source ✑ client_notified_sourceid ✑ client_notified_value ✑ client_responded_timestamp ✑ client_responded_source ✑ client_responded_sourceid ✑ client_responded_value You plan to include only a subset of the returned columns. You need to remove any columns that have a suffix of sourceid. How should you complete the Power Query M code? To answer, select the appropriate options in the answer area.

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

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

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

Vertical filtering.

What functionality is used to remove columns that are not used in reports and not used in model structure of calculations?

Aggregations

What improves query performance for big data sets and reduces table and dataset size?

Performance Monitor

What is a Windows utility that allows you to collect different performance counters on target machines?

Page navigation

What is the action type called that is used to select the Report page you wish to navigate to as the destination page?

Show whitespace

What is the data preview option called that displays white space characters in data cells including line feeds?

AAD Guest users

What is the recommended method for providing access to Power BI content for external users?

Workspaces

What is used for collaborating in building reports?

Power BI Premium

What license is required to create Deployment pipelines?

1000

What number of rows can Power Query examine by default?

Data connectivity mode

What option can you use when connecting to data to set the storage mode as import or direct query?

Merge query

What query allows you to merge two or more tables into an existing table based on a column that is common between all participating tables?

Monospaced

What shows text with the same spacing and makes it easier to read values?

Performance analyzer

What tool is used to show how much time it takes to render a visual and to measure the amount of time it takes to retrieve data?

Convert to list

What transform removes all other columns from the table?

Append query as new

What transformation allows you to combine two or more tables into an existing table if all participating tables have the same schema?

Office365 security groups

What type of security groups can be linked with workspaces?

Member

What type of users in RLS can edit the reports and dashboards in the workspace?

Viewer

What type of users in RLS can only consume reports and dashboards?

Publish to web

What way of sharing is not adequate for confidential or sensitive information?

· C. Merge tables by using Power Query.

You have a data model that contains many complex DAX expressions. The expressions contain frequent references to the RELATED and RELATEDTABLE functions. You need to recommend a solution to minimize the use of the RELATED and RELATEDTABLE functions. What should you recommend? · A. Split the model into multiple models. · B. Hide unused columns in the model. · C. Merge tables by using Power Query. · D. Transpose.

· B. Add a synonym of "subscriber" to the Customer table.

You are configuring a Microsoft Power BI data model to enable users to ask natural language questions by using Q&A. You have a table named Customer that has the following measure. Customer Count = DISTINCTCOUNT(Customer[CustomerID]) Users frequently refer to customers as subscribers. You need to ensure that the users can get a useful result for "subscriber count" by using Q&A. The solution must minimize the size of the model. What should you do? · A. Set Summarize By to None for the CustomerID column. · B. Add a synonym of "subscriber" to the Customer table. · C. Add a synonym of "subscriberID" to the CustomerID column. · D. Add a description of "subscriber count" to the Customer Count measure.

1. One-to-Many 2. Both

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.

1. Base value = Total Sales 2. Date = Date 3. Period = Months

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.

A. the tab order

You are developing a report page. Some users will navigate the report by using a keyboard, and some users will consume the report by using a screen reader.You need to ensure that the users can consume the content on a report page in a logical order.What should you configure in Microsoft Power BI Desktop? A. the tab order B. the layer order C. the bookmark order D. the X position

B. Create a button for each business question and set the action type to Bookmark.

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

You are modeling data by using Microsoft Power BI. Part of the data model is a large Microsoft SQL Server table named Order that has more than 100 million records. During the development process, you need to import a sample of the data from the Order table. Solution: From Power Query Editor, you import the table and then add a filter step to the query. Does this meet the goal? A. Yes B. No

A. Yes

You are modeling data by using Microsoft Power BI. Part of the data model is a large Microsoft SQL Server table named Order that has more than 100 million records.During the development process, you need to import a sample of the data from the Order table. Solution: You add a WHERE clause to the SQL statement. Does this meet the goal? A. Yes B. No

B. Key influencers

You build a report to help the sales team understand its performance and the drivers of sales.The team needs to have a single visualization to identify which factors affect success.Which type of visualization should you use? A. Line and clustered column chart B. Key influencers C. Q&A D. Funnel chart

A. Query folding is not occurring.

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.

B. No

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

D. an On-premises data gateway

You create a report by using Microsoft Power BI Desktop.The report uses data from a Microsoft SQL Server Analysis Services (SSAS) cube located on your company's internal network.You plan to publish the report to the Power BI Service.What should you implement ta ensure that users who consume the report from the Power BI Service have the most up-to-date data from the cube? A. a subscription B. a scheduled refresh of the dataset C. an OData feed D. an On-premises data gateway

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.

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?

· B. The user will see data for which the State Province value is Kentucky or the Calendar Year is 2020.

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?

1. Divide 2. Calculate 3. All Selected

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.

C. Change the imported dataset to DirectQuery.

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.T he report is a single page that contains 15 AppSource visuals and 10 default visuals. Users say that the report is slow to load the visuals when they access and interact with the report. You need to recommend a solution to improve the performance of the report. What should you recommend? A. Change any DAX measures to use iterator functions. B. Replace the default visuals with AppSource visuals. C. Change the imported dataset to DirectQuery. D. Remove unused columns from tables in the data model.

1. Member 2. Contributor

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.

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

You have a Microsoft SharePoint Online site that contain several document libraries. One of the document libraries contains manufacturing reports saved as Microsoft Excel files. All the manufacturing reports have the same data structure. You need to use Power BI Desktop to load only the manufacturing reports to a table for analysis. What should you do? A. Get data from a SharePoint Online folder, enter the site URL, and then select Combine & Load. B. Get data from a SharePoint Online list and enter the site URL. Edit the query and filter by the path to the manufacturing reports library. C. 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. D. Get data from a SharePoint Online list, enter the site URL, and then select Combine & Load.

C. sensitivity labels

You have a Power BI tenant.You have reports that use financial datasets and are exported as PDF files.You need to ensure that the reports are encrypted.What should you implement? A. dataset certifications B. row-level security (RLS) C. sensitivity labels D. Microsoft Intune policies

B. No

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

A. Yes

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

B. No

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. Publish the reports in an app and grant the HR managers access permission.

You have a collection of reports for the HR department of your company. The datasets use row-level security (RLS). The company has multiple sales regions that each has an HR manager. You need to ensure that the HR managers can interact with the data from their region only. The HR managers must be prevented from changing the layout of the reports. How should you provision access to the reports for the HR managers? A. Publish the reports to a different workspace other than the one hosting the datasets. B. Publish the reports in an app and grant the HR managers access permission. C. Add the HR managers as members of the existing workspace that hosts the reports and the datasets. D. Create a new workspace, copy the datasets and reports, and add the HR managers as members of the workspace.

· B. Remove the Subject and Body columns during the import.

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.

C. Change the dashboard theme.

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

1. A scatter plot of Quantity Ordered and Unit Price by item 2. Automatically find clusters

You have a dataset named Pens that contains the following columns:✑ Unit Price✑ Quantity OrderedYou 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.

D. Split the Date column into two columns, one that contains only the time and another that contains only the date.

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.

A. Add a salary to the tooltips. (maybe also B. Add a salary to the visual filters.)

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.

· C. Enable Column profiling based on entire dataset. · E. Select Column profile.

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? · 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.

1. Duplicate the Customer Query and name the new query CustomerGrouped 2. Group the CustomerGrouped query by Customer ID and output the max Modified Date value into a column called Modified Date 3. Merge the two queries based on Customer ID and modified Date by using an inner join

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:

D. scatter plot

You have a table that contains sales data and approximately 1,000 rows.You need to identify outliers in the table.Which type of visualization should you use? A. donut chart B. pie chart C. area chart D. scatter plot

Analyze = Total Sales Explain by = Occupation Exand by = City

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. How should you configure the visualization?

· B. Set Data Connectivity mode to DirectQuery.

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.

C. Request that the sales manager be added to the correct Azure Active Directory group.

You have four sales regions. Each region has multiple sales managers.You implement row-level security (RLS) in a data model. You assign the relevant distribution lists to each role. You have sales reports that enable analysis by region. The sales managers can view the sales records of their region. The sales managers are prevented from viewing records from other regions. A sales manager changes to a different region. You need to ensure that the sales manager can see the correct sales data. What should you do? A. Change the Microsoft Power BI license type of the sales manager. B. From Microsoft Power BI Desktop, edit the Row-Level Security setting for the reports. C. Request that the sales manager be added to the correct Azure Active Directory group. D. Manage the permissions of the underlying dataset.

C. Microsoft Information Protection sensitivity labels

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 IdentifiableInformation (PII). The solution must minimize configuration effort and impact on the dashboard design.What should you use? A. comments B. tiles C. Microsoft Information Protection sensitivity labels D. Active Directory groups

D. Create an active relationship between Sales and Date for the purchase date and an inactive relationship for the ship date.

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?

B. No

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. Create a parameter and update the queries to use the parameter.

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.

1. Select the line chart 2. Add the average line 3. Turn on Data Label

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.

· A. Merge the Customer and Address tables.

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.

· D. Column quality

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

A. Configure the dataset to use the existing On-premises data gateway. C. Set the refresh frequency to Daily

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

D. Too many records were sent to the visual.

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.

1. Calculate 2. Sum 3. TopN 4. [TransactionDate]

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.

B. Create a new group on the state column and set the Group type to List.

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.

· D. web content

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

C. Create a workspace for development and a workspace for production. From the production workspace, publish an app.

Your company plans to completely separate development and production assets such as datasets, reports, and dashboards in Microsoft Power BI.You need to recommend an application lifecycle strategy. The solution must minimize access to production assets and prevent end users from viewing the development assets. What should you recommend? A. Create production reports in a separate workspace that uses a shared dataset from the development workspace. Grant the end users access to the production workspace. B. Create one workspace for development. From the new workspace, publish an app for production. C. Create a workspace for development and a workspace for production. From the production workspace, publish an app. D. In one workspace, create separate copies of the assets and append DEV to the names of the copied assets. Grant the end users access to the workspace.


Ensembles d'études connexes

Data Analysis with R Programming - Weekly challenge 2

View Set

Chapter 15-19 final exam mkgt3175

View Set

World Geography I test Earth Spheres

View Set

L2 Biologie - Génétique 2 - QG

View Set

MKT 3411 Ch.8 Attitudes and Persuasion, MKT 3411 Ch.9 Group and Situational Effects on Consumer Behavior

View Set