Microsoft PL-300 Practice Test - Questions Answers, Page 13
List of questions
Related questions
You have a report that includes a card visualization.
You need to apply the following conditional formatting to the card while minimizing design effort.
For values that are greater than or equal to 100, the font of the data label must be dark red.
For values that are less than 100, the font of the data label must be dark gray.
Which type of format should you use?
Color scale
Rules
Field value
You have a Power BI report that uses a dataset based on an Azure Analysis Services live connection. You need to ensure that users can use Q&A from the Power BI service for the dataset.
What should you do?
From the Power BI service, add an enterprise gateway to the dataset.
From Power BI Desktop, add synonyms and suggested questions.
From Power BI Desktop, add a Q&A visual to the report.
From the Power Bi service, select Turn on Q& A for this dataset.
Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)
You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).
You plan to use Power BI to import data from 2013 to 2015.
Product Subcategory [Subcategory] contains NULL values.
End of repeated scenario.
You implement the Power BI model.
You need to add a new column to the Product Subcategory table that uses the following formula.
=if [Subcategory] =null then “NA” else [Subcategory]
Which command should you use in Query Editor?
Column From Examples
Custom Column
Invoke Custom Function
Conditional Column
Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)
You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).
You plan to use Power BI to import data from 2013 to 2015.
Product Subcategory [Subcategory] contains NULL values.
End of repeated scenario.
You implement the Power BI model.
You add another table named Territory to the model. A sample of the data is shown in the following table.
You need to create a relationship between the Territory table and the Sales table.
Which function should you use in the query for Territory before you create the relationship?
Table.RemoveMatchingRows
Table.Distinct
Table.InDistinct
Table.ReplaceMatchingRows
Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)
You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).
You plan to use Power BI to import data from 2013 to 2015.
Product Subcategory [Subcategory] contains NULL values.
End of repeated scenario.
You implement the Power BI model.
You need to add a measure to rank total sales by product. The results must appear as shown in the following table.
Which DAX formula should you use?
Product Ranking= RANKX (Product, [SalesAmount], , DESC, Skip)
Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Dense)
Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Skip)
Product Ranking= RANKX (ALL (‘Product’), [SalesAmount], , Asc, Dense
You manage a Power BI model has a table named Sales and product.
You need to ensure that a sales team can view only data that has a CountryRegionName value of United States and a ProductCategory value of Clothing. What should you do from Power BI Desktop?
From Power BI Desktop, create a new role that has the following filter.[countryRegionName]= “United States” && [ProductCategory]= “Clothing”
Add the following filters in Query Editor.CountryRegionName is United StatesProductCategory is Clothing
From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= “United States”
Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing
In the Power BI service, you create an app workplace that contains several dashboards.
You need to provide a user named [email protected] with the ability to edit and publish dashboards. What should you do?
Modify the members of the app workspace.
Configure security for the dataset used by the app.
Share the dashboard, and then modify the Access settings of the dashboard.
From the app workspace, click Update app, and then configure the Access settings.
Your organization has a team of power users who recently created 20 Power BI dashboards.
The power users share the dashboards with other users in the organization.
When the users attempt to access the dashboards, they receive the error message shown in the exhibit. (Click the Exhibit.)
You need to ensure that all the users can access the dashboards.
What should you do first?
From the Microsoft Office 365 Admin center, and the Power BI (free) subscription, and then assign a license to each user.
From the Power BI Admin portal, modify the Privacy Settings.
From the properties of each dashboard, modify the Share dashboard settings.
Instruct each user to install Microsoft Office 2016.
You embed a Power BI report in a Microsoft SharePoint Online page.
A user name User1 can access the SharePoint Online page, but the Power BI web part displays the following error message: “This content isn’t available”. User1 is unable to view the report.
You verify that you can access the SharePoint Online page and that the Power BI report displays as expected. You need to ensure that User1 can view the report form SharePoint Online.
What should you do?
Publish the app workspace.
Edit the settings of the Power BI web part.
Modify the members of the app workplace.
Share the dashboards in the app workspace.
You have an app workspace that contains a dashboard and four reports. All the reports are generated from a single dataset that contains sales data for your company. The reports display the data configured as shown in the following table.
You need to ensure that the users of the reports can locate the correct report by using natural language queries. What should you do?
From the properties of the dataset, create four Featured Q&A Questions.
From the Format settings of the reports, modify the Page Information.
From the properties of the dataset, modify the Q&A and Cortana settings.
From the properties of the workspace, modify the Language Settings.
Question