Download Microsoft.70-778.TestInside.2019-05-29.77q.vcex

Download Exam

File Info

Exam Analyzing and Visualizing Data with Microsoft Power BI
Number 70-778
File Name Microsoft.70-778.TestInside.2019-05-29.77q.vcex
Size 4 MB
Posted May 29, 2019
Download Microsoft.70-778.TestInside.2019-05-29.77q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have a Power BI model that contains two tables named Sales and Date. Sales contains four columns named TotalCost, DueDate, ShipDate, and OrderDate. Date contains one column named Date. 
The tables have the following relationships:
  • Sales[DueDate] and Date[Date] 
  • Sales[ShipDate] and Date[Date] 
  • Sales[OrderDate] and Date[Date] 
The active relationship is on Sales[DueDate]. 
You need to create measures to count the number of orders by [ShipDate] and the orders by [OrderDate]. You must meet the goal without duplicating data or loading additional data. 
Solution: You create a calculated table. You create a measure that uses the new table.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: B



Question 2

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have a Power BI model that contains two tables named Sales and Date. Sales contains four columns named TotalCost, DueDate, ShipDate, and OrderDate. Date contains one column named Date. 
The tables have the following relationships:
  • Sales[DueDate] and Date[Date] 
  • Sales[ShipDate] and Date[Date] 
  • Sales[OrderDate] and Date[Date] 
The active relationship is on Sales[DueDate]. 
You need to create measures to count the number of orders by [ShipDate] and the orders by [OrderDate]. You must meet the goal without duplicating data or loading additional data. 
Solution: You create measures that use the CALCULATE, COUNT, and FILTER DAX functions.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: A
Explanation:
References:https://msdn.microsoft.com/en-us/library/ee634966.aspxhttps://msdn.microsoft.com/en-us/library/ee634825.aspxhttps://msdn.microsoft.com/en-us/library/ee634791.aspx
References:
https://msdn.microsoft.com/en-us/library/ee634966.aspx
https://msdn.microsoft.com/en-us/library/ee634825.aspx
https://msdn.microsoft.com/en-us/library/ee634791.aspx



Question 3

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have a Power BI model that contains two tables named Sales and Date. Sales contains four columns named TotalCost, DueDate, ShipDate, and OrderDate. Date contains one column named Date. 
The tables have the following relationships:
  • Sales[DueDate] and Date[Date] 
  • Sales[ShipDate] and Date[Date] 
  • Sales[OrderDate] and Date[Date] 
The active relationship is on Sales[DueDate]. 
You need to create measures to count the number of orders by [ShipDate] and the orders by [OrderDate]. You must meet the goal without duplicating data or loading additional data. 
Solution: You create two copies of the Date table named ShipDate and OrderDateGet. You create a measure that uses the new tables.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: B



Question 4

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have a user named User1. User1 is a member of a security group named Contoso PowerBI. 
User1 has access to a workspace named Contoso Workspace. 
You need to prevent User1 from exporting data from the visualizations in Contoso Workspace. 
Solution: From the PowerBI setting, you modify the Developer Settings.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: B



Question 5

You plan to embed multiple visualizations in a public website. 
Your Power BI infrastructure contains the visualizations configured as shown in the following table. 
  
Which two visualizations can you embed into the website? Each correct answer presents a complete solution. 
NOTE: Each correct selection is worth one point.


  1. Visual 1
  2. Visual 2
  3. Visual 3
  4. Visual 4
  5. Visual 5
Correct answer: BD
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web
References: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web



Question 6

You have a workspace that contains 10 dashboards. A dashboard named Sales Data displays data from two datasets. You discover that users are unable to find data on the dashboard by using natural language queries. 
You need to ensure that the users can find data by using natural language queries. 
What should you do?


  1. From the settings of the workspace, modify the Language Settings.
  2. From the Sales Data dashboard, set the dashboard as a Favorite.
  3. From the properties of the datasets, modify the Q&A and Cortana settings.
  4. From the properties of the dashboard, modify the Q&A settings.
Correct answer: C
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-direct-query#limitations-during-public-preview
References: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-direct-query#limitations-during-public-preview



Question 7

You manage a Power BI model that has two tables named Sales and Product. 
You need to ensure that a sales team can view only data that has a CountryRegionName value of Unites States and a ProductCategory value of Clothing. 
What should you do from Power BI Desktop?


  1. Add the following filters to a report. 
    CountryRegionName is United States 
    ProductCategory is Clothing
  2. From Power BI Desktop, create a new role that has the following filters. 
    [CountryRegionName] = "United States" 
    [ProductCategory] = "Clothing"
  3. Add the following filters in Query Editor. 
    CountryRegionName is United States 
    ProductCategory is Clothing
  4. From Power BI Desktop, create a new role that has the following filter. 
    [CountryRegionName] = "United States" && [ProductCategory] = "Clothing"
Correct answer: A
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/power-bi-how-to-report-filter
References: https://docs.microsoft.com/en-us/power-bi/power-bi-how-to-report-filter



Question 8

Your organization has a Microsoft Office 365 subscription. 
When the users attempt to access the Power BI Service, they receive the error message shown in the exhibit. (Click the Exhibit button.) 
  
You need to ensure that all the users can access the Power BI service. 
What should you do first?


  1. From the properties of each dashboard, modify the Share dashboard settings.
  2. From Microsoft Azure PowerShell, run the Set-MsolDomain cmdlet.
  3. Instruct each user to install Microsoft Office 2016.
  4. From Microsoft Azure PowerShell, run the Set-MsolCompanySettings cmdlet.
  5. From Power BI Admin portal, modify the Tenant settings.
  6. From the Microsoft Azure Active Directory admin center, assign a Power BI (free) license to each user.
  7. From the Power BI Admin portal, modify the Privacy Settings.
Correct answer: D
Explanation:
References:https://docs.microsoft.com/en-us/power-bi/service-admin-service-free-in-your-organization#enable-or-disable-individual-user-sign-up-in-azure-active-directory
References:
https://docs.microsoft.com/en-us/power-bi/service-admin-service-free-in-your-organization#enable-or-disable-individual-user-sign-up-in-azure-active-directory



Question 9

You have a Microsoft Excel spreadsheet that contains a table named Sales. 
You need to add the Sales table to a Power BI dashboard as a tile. 
How should you configure the tile?


  1. From the Power BI service, import the data from the Excel workbook.
  2. From Excel, publish the workbook to the Power BI service.
  3. From the Power BI tab in Excel, pin the table.
  4. From the Power BI service, upload the Excel workbook.
Correct answer: C
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/publisher-for-excel
References: https://docs.microsoft.com/en-us/power-bi/publisher-for-excel



Question 10

You are creating a report in Power BI Desktop. 
You are consuming the following tables. 
  
Date[Date] is in the mm/dd/yyyy format. Date[DateKey] is in the ddmmyyyy format. Date[MonthNumber] is in the mm format. Date[MonthName] is in the mmm format. 
You create the report shown in the exhibit. (Click the Exhibit button.) 
  
You need to ensure that the months appear in the order of the calendar. 
How should you sort the MonthName column?


  1. by MonthNumber
  2. ascending
  3. descending
  4. by DateKey
Correct answer: A
Explanation:
References: http://ppmworks.com/sorting-month-names-chronologically-in-microsoft-power-bi-reports/
References: http://ppmworks.com/sorting-month-names-chronologically-in-microsoft-power-bi-reports/









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files