Which site provides the latest Microsoft MCSA/MCP 70-779 exam questions? Examineeverything shares the latest and effective Microsoft 70-779 exam questions and answers, online practice tests, and the most authoritative Microsoft exam experts update 70-779 exam questions throughout the year.
Get the full 70-779 exam dumps selection: https://www.leads4pass.com/70-779.html (115 Q&As). Pass the exam with ease!
This exam retired on January 31, 2021. For currently available options, please refer to theĀ Browse Certifications and Exams page.
Microsoft Exam Video
Table of Contents:
- Latest Microsoft 70-779 google drive
- Effective Microsoft 70-779 exam practice questions
- Related 70-779 Popular Exam resources
- Lead4Pass Year-round Discount Code
- What are the advantages of Lead4pass?
Latest Microsoft 70-779 google drive
[PDF] Free Microsoft 70-779 pdf dumps download from Google Drive: https://drive.google.com/open?id=1rKYauOFwJ2UkXI0L6DoAlcKkh3HrgCP5
Exam 70-779: Analyzing and Visualizing Data with Microsoft Excel: https://www.microsoft.com/en-us/learning/exam-70-779.aspx
Skills measured
This exam measures your ability to accomplish the technical tasks listed below.
- Consume and Transform Data by Using Microsoft Excel (30-35%)
- Model Data (35-40%)
- Visualize Data (30-35%)
Who should take this exam?
Candidates for this exam should have a strong understanding of how to use Microsoft Excel to perform data analysis. Candidates should be able to consume, transform, model, and visualize data in Excel. Candidates should also be able to configure and manipulate data in PowerPivot, PivotTables, and PivotCharts. Candidates may include BI professionals, data analysts, and other roles responsible for analyzing data with Excel.
Latest updates Microsoft 70-779 exam practice questions
QUESTION 1
You have a workbook query that gets a table from an Excel workbook. The table contains a column1.
In the query, you configure Column1 to use a Data Type of Whole Number.
You refresh the data and find several errors in Column1. You discover that new entries in the table contain nonnumeric
characters.
You need to ensure that when the data is imported, any fields that contain nonnumeric values are set 1.
What should you do from Query Editor?
A. Select the table and click Keep Errors.
B. Select the column and click Replace Values…
C. Select the column and click Remove Errors.
D. Select the column and click Replace Errors…
Correct Answer: D
QUESTION 2
You have a table named Date that contains the following data.
You plan to create Pivot Charts that will be sliced by MonthName.
You need to create a relationship between Sales and Date.
Which Columns should you use to create the relationship? To answer, select the appropriate options in the answer
area.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct Answer:
QUESTION 3
Note: This question is part of a series of questions that use 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
the
same in each question in this series.
Start of repeated scenario
You are creating reports for a car repair company. You have four datasets in Excel spreadsheets. Four workbook
queries load the datasets to a data model. A sample of the data is shown in the Data Sample exhibit.
The data model is shown in the Data Model exhibit.
The tables in the model contain the following data:
DailyRepairs has a log of hours and revenue for each day, workshop, and repair type. Every day, a log entry is created
for each workshop, even if no hours or revenue are recorded for that day. Total Hours and Total Revenue are two
measures defined in DailyRepairs. Total Hours sums the Hours column, and Total Revenue sums the Revenue column.
Workshops has a list of all the workshops and the current and previous workshop managers. The format of the
Workshop Manager column is always Firstname Lastname. A value of 1 in the IsLatest column indicates that the
workshop
manager listed in the record is the current workshop manager.
RepairTypes has a list of alt the repair types.
Dates has a list of dates from 2015 to 2018.
End of repeated scenario.
You plan to analyze The average revenue per hour by combinations of day, repair type, and workshop name.
You need to create a measure to support the planned analysis.
Which DAX formula should you use? 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:
Correct Answer:
QUESTION 4
You have an Excel workbook query that loads data to a worksheet and the data model.
You need to ensure that the data is refreshed whenever you open the workbook.
What should you do?
A. From the File tab, click Options, and then modify the General options
B. From the Power Pivot model, modify the Table Behavior setting
C. From the File tab, click Options, and then modify the Data options
D. Run the Data tab, click Queries and Connections, and then edit the properties of the query
Correct Answer: D
References: https://support.office.com/en-us/article/refresh-connected-imported-data-e76a38b0-e2e1-400b-9f2f-c87b9b18c092
QUESTION 5
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 Pivot model that contains the following tables.
There is a relationship between Products and ProductCategory.
You need to create a hierarchy in Products that contains ProductCategoryName and ProductName.
Solution: You create a measure that uses the USERELATIONSHIP DAX function.
Does this meet the goal?
A. Yes
B. No
Correct Answer: B
QUESTION 6
You have a data model that contains a table named SalesOrders has four columns named Orderld, SalesAmount,
OrderDate, and Territory.
You plan to create a PivotChart that will display the percentage of SalesAmount for each Territory.
You need to create a measure to calculate the percentage of sales of each territory.
How should you complete the DAX formula? To answer, drag the appropriate value to the correct targets.
Each value may be used once, more than once, or not at all. You need to drag the split bar between panes or scroll to
view content.
Select and Place:
Correct Answer:
SUM([SalesAmount) / ALL(SalesOrders) /(FILTER , ALL(SalesOrders))
QUESTION 7
You have an Excel workbook that has the following two workbook queries:
A query named Consultants that retrieves a table named Consultants_Contact from a Microsoft SQL Server database
A query named Employees that retrieves a table named Employee_Contact from a Microsoft Azure SQL database
Both tables have the same columns.
You need to combine all the data from Consultants and Employees into one table.
Which command should you use?
A. Transpose
B. Merge Queries
C. Combine Binaries
D. Append Queries
Correct Answer: D
Append is similar to UNION ALL in T-SQL.
Append Queries will NOT remove duplicates. You have to use Group By or Remove Duplicate Rows to get rid of
duplicates.
Merge is similar to JOIN in T-SQL
http://radacad.com/append-vs-merge-in-power-bi-and-power-query
QUESTION 8
Your company has a data analyst who uses Microsoft Power BI Desktop to create a data model and several reports.
The data analyst publishes the reports to the Power BI service.
You need to create a PivotTable in Excel that uses the data model created by the data analyst. The solution must
prevent the data from being imported into Excel.
What should you do first?
A. From powerbt.com, select the report. From the File menu, click Save as.
B. From Excel, create a new query that uses the Data Catalog.
C. From powerbi.com, select the report From the File menu, click Download report.
D. From powerbi.com, select the report and click Analyze in Excel.
Correct Answer: D
QUESTION 9
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 Pivot model that contains the following tables.
There is a relationship between Products and ProductCategory.
You need to create a hierarchy in Products that contains ProductCategoryName and ProductName.
Solution: You create a calculated column that uses the RELATED DAX function
Does this meet the goal?
A. Yes
B. No
Correct Answer: A
References: https://www.mssqltips.com/sqlservertip/2900/creating-hierarchies-in-powerpivot-for-excel/
https://msdn.microsoft.com/en-us/library/ee634202.aspx
QUESTION 10
You have a query as shown in the following exhibit.
You need to ensure that the data only contains rows that have a valid date.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions
to the answer are in the correct order.
Select and Place:
Correct Answer:
QUESTION 11
You have an Excel workbook that has the following two workbook queries:
A query named consultants that retrieves a table named Consultants_Contact from a Microsoft SQL Server database
A query named employees that retrieves a table named Employee_Contact from a Microsoft Azure SQL database
Both tables have the same columns.
You need to combine all the data from Consultants and Employees into one table.
Which command should you use?
A. Transpose
B. Append Queries
C. Merge Queries
D. Combine Binaries
Correct Answer: B
Append is similar to UNION ALL in T-SQL. http://radacad.com/append-vs-merge-in-power-bi-and-power-query
QUESTION 12
Start of repeated scenario
You are creating reports for a car repair company. You have four datasets in Excel spreadsheets. Four workbook
queries load the datasets to a data model. A sample of the data is shown in the Data Sample exhibit.
The data model is shown in the Data Model exhibit.
Which Excel formula should you use?
A. Option A
B. Option B
C. Option C
D. Option D
Correct Answer: B
QUESTION 13
You add two tables named Date and Invoices to a data model, Invoices contains a column named InvoiceDate that has
a Data Type of Date, Date contains a column named DateID that has a Data Type of which Number.
DateID is in the format of YYYYMMDD.
You need to create a relationship between Date and Invoices.
What should you do first?
A. Change the Data Type of InvoiceDate and DateID to Text.
B. Create a measure in Invoices that uses the Format DAX Function.
C. Change the Data Type of DateID to Date.
D. Create a calculated column in Invoices that uses the Format DAX function.
Correct Answer: C
Related 70-779 Popular Exam resources
Lead4Pass Year-round Discount Code
What are the advantages of Lead4pass?
Lead4pass employs the most authoritative exams from Microsoft, Cisco, CompTIA, Oracle, IBM, etc. We update exam data throughout the year. Highest pass rate! We have a large user base. We are an industry leader!
Choose Lead4Pass to pass the exam with ease!
Summarize:
It’s not easy to pass the Microsoft 70-779 exam, but with accurate learning materials and proper practice, you can crack the exam with excellent results. https://www.leads4pass.com/70-779.html provides you with the most relevant learning materials that you can use to help you prepare.