Act now and download your Microsoft 70-778 test today! Do not waste time for the worthless Microsoft 70-778 tutorials. Download Down to date Microsoft Analyzing and Visualizing Data with Microsoft Power BI (beta) exam with real questions and answers and begin to learn Microsoft 70-778 with a classic professional.
2026 New 70-778 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/70-778/
P.S. Free 70-778 resource are available on Google Drive, GET MORE: https://drive.google.com/open?id=1DsY4MrMrQbFhmpjP8lcA3sh-CLMy30N3
New Microsoft 70-778 Exam Dumps Collection (Question 2 - Question 11)
Q1. You have a Power BI report in an app workspace.
You plan to embed a report from the app workspace into a line-of-business application by using Power BI Embedded.
Which information should you provide to the application developers?
A. The application token and the report URL
B. The report URL and a user name
C. The app workspace name and the access key
D. The access key and the report ID
Answer: C
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/developer/integrate-report
Q2. 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?
A. Table.RemoveMatchingRows
B. Table.Distinct
C. Table.InDistinct
D. Table.ReplaceMatchingRows
Answer: B
Explanation:
References: https://msdn.microsoft.com/en-us/library/mt260775.aspx
Q3. 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 u201cNAu201d else [Subcategory] Which command should you use in Query Editor?
A. Column From Examples
B. Custom Column
C. Invoke Custom Function
D. Conditional Column
Answer: D
Explanation:
References: http://community.powerbi.com/t5/Desktop/if-then-else/td-p/117999
Q4. Note: This question is a part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a query for a table named Sales. Sales has a column named CustomerID. The Data type of CustomerID is Whole Number.
You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.
You need to ensure that nonnumeric values in the CustomerID column are set to 0. Solution: From Query Editor, select the CustomerID column and click Remove Errors. Does this meet the goal?
A. Yes
B. No
Answer: B
Q5. You plan to embed multiple visualization 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 the solution.
NOTE: Each correct selection is worth one point.
A. Visual1
B. Visual2
C. Visual3
D. Visual4
E. Visual5
Answer: B,D
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web
Q6. You plan to use Power BI Desktop to create a report. The report will consume data from an on-premises tabular named SalesDB in Microsoft SQL Server Analysis Services (SSAS). The report will be published to the Power BI service.
You need to ensure that the report published to the Power BI service will access the current data in SalesDB.
What should you do?
A. Deploy an on-premises data gateway and configure the connection to SalesDB to use the Import Data Connectivity mode.
B. Deploy an on-premises data gateway and configure the connection to SalesDB to use the Connect live option.
C. Deploy an on-premises data gateway (personal mode) and configure to SalesDB to use the DirectQuery Data Connectivity mode.
D. Deploy an on-premises data gateway and configure the connection to SalesDB to use the DirectQuery Data Connectivity mode.
Answer: D
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery
Q7. HOTSPOT
You have the following tables.
You need to create a measure to calculate a running total of TransactionQuantity.
How should you complete the DAX formula? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
References: http://www.daxpatterns.com/cumulative-total/
Q8. You plan to use Power BI Desktop optimized for Power BI Report Server to create a report.
The report will be published to Power BI Report Server.
You need to ensure that all the visualization in the report can be consumed by users. Which two types of visualizations should you exclude from the report? Each correct answer
presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Funnel charts
B. Custom visuals
C. Bubble maps
D. Breadcrumbs
E. R visuals
Answer: D,E
Explanation:
References: https://powerbi.microsoft.com/en-us/guided-learning/reportserver-quickstart- powerbi-report/
Q9. Note: This question is a 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 two columns named Date and Time.
The tables have the following relationships:
u2711 Sales [DueDate] and Date [Date]
u2711 Sales [ShipDate] and Date [Date]
u2711 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 orders by [OrderDate]. You must meet the goal without loading any additional data.
Solution: You create measures that use the CALCULATE, COUNT, and FILTER DAX functions.
Does this meet the goal?
A. Yes
B. No
Answer: A
Explanation:
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
Q10. HOTSPOT
Your company plans to use Power BI for 20 users in the sales department. The users will perform the following tasks:
u2711 Access a published Power BI app
u2711 Modify reports in an app workspace
u2711 Share dashboards created in My Workspace
You need to identify which Power BI licenses are required for the tasks. The solution must use the Power BI (free) licenses, whenever possible.
Which license should you identify for each task? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
References:
https://docs.microsoft.com/en-us/power-bi/service-create-distribute-apps https://docs.microsoft.com/en-us/power-bi/service-collaborate-power-bi-workspace
P.S. Easily pass 70-778 Exam with Thedumpscentre Free Dumps & pdf vce, Try Free: http://www.thedumpscentre.com/70-778-dumps/ (58 New Questions)