Examcollection offers free demo for 70-779 exam. "Analyzing and Visualizing Data with Microsoft Excel (beta)", also known as 70-779 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70-779 exam, will help you answer those questions. The 70-779 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70-779 exams and revised by experts!

Online Microsoft 70-779 free dumps demo Below:

NEW QUESTION 1
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 repor
  • B. From the File menu, click Save as.
  • C. From Excel, create a new query that uses the Data Catalog.
  • D. From powerbi.com, select the report From the File menu, click Download report.
  • E. From powerbi.com, select the report and click Analyze in Excel.

Answer: D

NEW QUESTION 2
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. (Click the Exhibit button.)
Data Sample exhibit:
70-779 dumps exhibit
The data model is shown in the Data Model exhibit. (Click the Exhibit button.)
70-779 dumps exhibit
The tables in the model contain the following data:
70-779 dumps exhibit 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 column.
70-779 dumps exhibit Workshops have 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.
70-779 dumps exhibit RepairTypes has a list of all the repair types
70-779 dumps exhibit Dates has a list of dates from 2015 to 2021
End of repeated scenario.
You create a measure named Average Revenue Per Hour that calculates the average revenue per hour. You need to populate a cell in a worksheet to display the Average Revenue Per Hour where Repair Type is
Engine.
Which Excel formula should you use?

  • A. =CUBEMEMBER(“ThisWorkbookDataModel”, “[DailyRepairs]. [Avg Revenue Per Hour]”,CUBEMEMBER (“ThisWorkbookDataModel”, “[Dimensions]. [Repair Type]. [Engine]”))
  • B. =CUBEVALUE(“ThisWorkbookDataModel”, “[Measures]. [Avg Revenue Per Hour]”, CUBEMEMBER (“ThisWorkbookDataModel”, “[Dimensions]. [Repair Type]. [Engine]”))
  • C. =CUBEMEMBER(“ThisWorkbookDataModel”, “[DailyRepairs]. [Avg Revenue Per Hour]”, CUBEMEMBER (“ThisWorkbookDataModel”, “[RepairTypes]. [Repair Type]. [Engine]”))
  • D. =CUBEVALUE(“ThisWorkbookDataModel”, “[Measures]. [Avg Revenue Per Hour]”, CUBEMEMBER (“ThisWorkbookDataModel”, “[RepairTypes]. [Repair Type]. [Engine]”))

Answer: B

Explanation:
References:
https://support.office.com/en-us/article/cubevalue-function-8733da24-26d1-4e34-9b3a-84a8f00dcbe0 https://www.tutorialspoint.com/advanced_excel_functions/advanced_excel_cube_cubemember_function.htm

NEW 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. (Click the Exhibit button.)
Data Sample exhibit:
70-779 dumps exhibit
The data model is shown in the Data Model exhibit. (Click the Exhibit button.)
70-779 dumps exhibit
The tables in the model contain the following data:
70-779 dumps exhibit 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 column.
70-779 dumps exhibit Workshops have 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.
70-779 dumps exhibit RepairTypes has a list of all the repair types
70-779 dumps exhibit Dates has a list of dates from 2015 to 2021
End of repeated scenario.
You need to create a PivotChart that displays the month, the hours of the month, and the hours of the previous month, as shown in the following exhibit.
70-779 dumps exhibit
Which DAX formula should you use for the Total Hours Last Month measure? To answer, drag the appropriate fields 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.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
IF (ISBLANK[(Total Hours]),BLANK(), CALCULATE([total Hours], DATEADD(tblDates(Date),
-1,MONTH)))

NEW QUESTION 4
You import the data from two next files into a PowerPivot model to create two tables named Customers and Invoices. Each table contains a column named CustomerID.
When you attempt to create a relationship between the Customers table and the Invoices table by using the CustomerID column from each table, the relationship cannot be created due to duplicate CustomerID values.
You need to ensure that you can create the relationship. What should you do?

  • A. Add an index column to the Customers query
  • B. Add an index column to the Invoices query
  • C. Group the Customers query by CustomerID
  • D. Sort the Invoices query by CustomerID, and then add a Fill Down step

Answer: C

NEW QUESTION 5
You have a model that contains data relating to corporate profits. The model contains a measure named Profit.
You need to create a PivotTable to display the Profit measure in three different formats by using the Show Value As feature. The PivotTabte must produce the results shown in the following table.
70-779 dumps exhibit
How should you configure the Show Value As feature for % Profit of Annual Total and % Profit of Grand Total? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
% Profit of Annual Total: % of Parent Total
% Profit of Grand Total: % of Column Total
https://support.office.com/en-us/article/show-different-calculations-in-pivottable-value-fields-014d2777-ba

NEW QUESTION 6
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.

Answer: C

Explanation:
https://support.office.com/en-us/article/data-types-in-data-models-e2388f62-6122-4e2b-bcad-053e3da9ba90?ui=

NEW QUESTION 7
You have the Excel worksheet shown in the exhibit.
70-779 dumps exhibit
You need to transform the data by using Query Editor. What should you do first?

  • A. From the Data tab, Click From Table/Range.
  • B. From the Insert tab, Click Store.
  • C. From the Data tab, Click Flash Fill.
  • D. From the Data tab, Click Consolidate.

Answer: A

Explanation:
Excel uses a dedicated Query Editor to facilitate and display data transformations. When you select Data > Get Data, then select the data source, such as a workbook, or a database, the Navigator window appears so you can select which table (or tables) you want to use in your query. When you select a table, a preview of its data is shown in the right pane of the Navigator window.
https://support.office.com/en-us/article/getting-started-with-get-transform-in-excel-2021-a8310388-2a12-438c-9

NEW QUESTION 8
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.
70-779 dumps exhibit
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

Answer: A

Explanation:

References:
https://www.mssqltips.com/sqlservertip/2900/creating-hierarchies-in-powerpivot-for-excel/ https://msdn.microsoft.com/en-us/library/ee634202.aspx

NEW QUESTION 9
Note: This question is part of a series of questions that use the same scenario, For your convenience 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.
70-779 dumps exhibit
The data model is shown in the Data Model exhibit.
70-779 dumps 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.
Repair types has a list of all the repair types. Dates has a list of all the repair types.
Dates has a list of dates from 2015to 2021. End of repeated scenario.
You need to create a PivotChart that displays the month, the hours of the month, and the hours of the previous month, as shown in the following exhibit.
70-779 dumps exhibit
Which DAX formula should you use for the Total Hours Last Month 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.
NOTE: Each correct selection is worth one point.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
IF (ISBLANK([Total Hours]), BLANK(), CALCUATE [Total Hours], DATESADD (tblDates[Date]),
-1,MONTH)))

NEW QUESTION 10
From a workbook query, you import a table that has the following data.
70-779 dumps exhibit
You need to configure the table to appear as shown in the following table.
70-779 dumps exhibit
What should you do?

  • A. From the Format menu, click Trim.
  • B. From the Format menu, click Clean.
  • C. From the Split Column menu, click By Delimiter.
  • D. From the Extract menu, click Last Characters.

Answer: A

NEW QUESTION 11
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 have six workbook queries that each extracts a table from a Microsoft Azure SQL database. The tables are loaded to the data model, but the data is not loaded to any worksheets. The data model is shown in the Data Model exhibit. (Click the Exhibit button.)
Exhibit:
70-779 dumps exhibit
Your company has 100 product subcategories and more than 10,000 products. End of repeated scenario.
You plan to use the DAX time intelligence functions of DATEADD and DATESMTD. You need to ensure that the functions return the correct data.
What should you do first?

  • A. Delete and recreate the relationship between FactSales and DimDate.
  • B. Change the Data Type of FactSales[DateKey].
  • C. Mark DimDate as the date table.
  • D. Change trie Data Type of DimDate[DateKey].

Answer: C

Explanation:
https://docs.microsoft.com/en-us/sql/analysis-services/lesson-3-mark-as-date-table?view=sql-analysis-services-2

NEW QUESTION 12
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 Option, and then modify the Data option.
  • B. From the File tab, click Options, and then modify the General options.
  • C. From the Data tab, click Queries & Connections, and then edit the properties of the query.
  • D. From the Power Pivot model, modify the Table Behavior setting.

Answer: C

Explanation:
https://support.office.com/en-us/article/refresh-an-external-data-connection-in-excel-2021-for-windows-152417

NEW QUESTION 13
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. (Click the Exhibit button.)
Data Sample exhibit:
70-779 dumps exhibit
The data model is shown in the Data Model exhibit. (Click the Exhibit button.)
70-779 dumps exhibit
The tables in the model contain the following data:
70-779 dumps exhibit 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 column.
70-779 dumps exhibit Workshops have 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.
70-779 dumps exhibit RepairTypes has a list of all the repair types
70-779 dumps exhibit Dates has a list of dates from 2015 to 2021
End of repeated scenario.
You need to add a custom column to the workbook query for Workshops that contains the email address of the workshop manager. The format of the email address is firstname.lastname@contoso.com.
How should you complete the query from Query Editor? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Text.Replace([Workshop Manager]," ",".")&Contoso.com
70-779 dumps exhibit
70-779 dumps exhibit

NEW QUESTION 14
You have 20 workbook queries that load 20 CSV files to a local computer.
You plan to send the workbook and the 20 CSV files to several users. The users will store the files in various location.
You need to ensure that the users can change the path to the CSV files in the queries as quickly as possible. What should you do from Query Editor?

  • A. Merge all the querie
  • B. Edit the source of the first query.
  • C. Create a paramete
  • D. Modify the source of each query to use the parameter.
  • E. For each query, create a new query that uses a referenc
  • F. Modify the source of each new query.
  • G. Append all the querie
  • H. Edit the source of the first query.

Answer: B

Explanation:
https://www.howtoexcel.org/power-query/how-to-parameterize-your-power-query/

NEW QUESTION 15
Note: This question is part of a series of questions that use the same scenario, For your convenience 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 have six workbook queries that each extracts a table from a Microsoft Azure SQL database. The tables are loaded to the data model, but the data is not loaded to any worksheets. The data model is shown in the Data Model exhibit.
Your company has 100 product subcategories and more than 10,000 products. End of repeated scenario.
You need to create a measure named [Sales Monthly RT] that calculates a running total of [Sales] for each date within a month as shown in the following exhibit.
70-779 dumps exhibit
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.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
SUM [Sales], DATESMTD
The following sample formula creates a measure that calculates the 'Month To Date Total' for the Internet sales.
To see how this works, create a PivotTable and add the fields, CalendarYear, MonthNumberOfYear and
DayNumberOfMonth, to the Row Labels
area of the PivotTable. Then add a measure, namedMonth To Date
Total, using the formula defined in the code section, to the Values
area of the PivotTable.
=CALCULATE(SUM(InternetSales_USD[SalesAmount_USD]), DATESMTD(DateTime[DateKey])) https://msdn.microsoft.com/en-us/query-bi/dax/datesmtd-function-dax

NEW QUESTION 16
You create a new workbook and add a table to a data model. The data is shown in the following table.
70-779 dumps exhibit
You need to create a visualization as shown in the following exhibit.
70-779 dumps exhibit
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.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Create a Pivot Table. Create a measure.
Create a Power View Report

NEW QUESTION 17
You have the data model shown in the Data Model exhibit. (Click the Exhibit button.)
70-779 dumps exhibit
You have the PivotChart shown in the Pivot Chart exhibit. (Click the Exhibit button.)
70-779 dumps exhibit
You need to change the current view of the PivotChart to display ProductCategory only. What should you do?

  • A. Double-click a bar in the PivotChart.
  • B. Click the - button.
  • C. Right-click the PivotChart and click Reset to Match Style
  • D. Right-click a bar in the PivotChart and click Expand Entire Field.

Answer: D

NEW QUESTION 18
You have a query as shown in the following exhibit.
70-779 dumps 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 area and arrange them in the correct order.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Change the column type of the Date Column Group rows by the Date column
Remove errors from the date column.

NEW QUESTION 19
You have the following tables.
70-779 dumps exhibit
There is a relationship between the tables.
You need to create a measure that displays how many users have a total TimeInMinutes that is greater than 60. 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.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-779 dumps exhibit

NEW QUESTION 20
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, white 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 named Quety1 that retrieves the user information from two Excel files. One of the Excel files does not contain location information. A sample of the data retrieved by the query is shown in the following table.
70-779 dumps exhibit
You need to ensure that values in UserName are unique. The solution must ensure that the locations are retained. A sample of desired output is shown in the following table.
70-779 dumps exhibit
Solution: You sort the UserName column in ascending order. You select the UserName column, and then you click Remove Duplicates. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 21
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 query named Queryl that retrieves the user information from two Excel files. One of the Excel files does not contain location information. A sample of the data retrieved by the query is shown in the following table.
70-779 dumps exhibit
You need to ensure that values in UserName are unique. The solution must ensure that the locations are retained. A sample of desired output is shown in the following table.
70-779 dumps exhibit
Solution: You select the UserName and Location columns, and then you click Keep Duplicates. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 22
You have a workbook query that gets data from a table in a Microsoft Azure SQL database. The table has a column named Phone. The values in Phone are in a format of 999-999-9999. The first three digits of each phone number represent the area code, and the rest of the digits represent the local phone number.
You need to split the Phone column into two columns. The first column must contain the area code, and the second column must contain the local phone number.
How should you complete the query? 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.
70-779 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
=Table.AfterDelimeter(#"Changed Type",
Phone,Splitter.SplitTextByEachDelimiter({"-"},QuoteStyle.Csv,false),{"Area Code","Local Phone"})
=Phones.AfterDelimeter(#"Changed Type",
Phone,Splitter.SplitTextByEachDelimiter({"-"},QuoteStyle.Csv,false),{"Area Code","Local Phone"})

NEW QUESTION 23
......

P.S. Certshared now are offering 100% pass ensure 70-779 dumps! All 70-779 exam questions have been updated with correct answers: https://www.certshared.com/exam/70-779/ (117 New Questions)