All of the following statements are TRUE about creating PivotTables and PivotCharts with PowerPivot EXCEPT:

A) PowerPivot gives you the same options as a Pivot Table except you can use relational data to build it.
B) PivotTables and PivotCharts are a major component in any dashboard.
C) PivotTables and PivotCharts can be created with data from multiple sources without any additional software or add-ins as long as it is relational data.
D) Not only can you create a single PivotTable or PivotChart on a worksheet with PowerPivot, but you can also create a PivotTable and PivotChart on the same worksheet as well as two PivotCharts arranged vertically or horizontally, or four PivotCharts on the same worksheet.


Answer: A

Computer Science & Information Technology

You might also like to view...

Which statement copies a string from a text box named txtLastName, converts the string to lowercase and saves the string in strLastName?

a. strLastName = txtLastName b. txtLastName.Text = strLastName(ToLower) c. strLastName = ToLower(txtLastName.Text) d. strLastName = txtLastName.Text.ToLower()

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Placing data on a stack is called popping the stack. 2) Removing data from a stack is called popping the stack. 3) There is no need for error checking when popping a stack. 4) There is no need for error checking when pushing a stack. 5) Data is inserted into a queue at the back.

Computer Science & Information Technology

In the accompanying figure, which part adds an interior drop shadow to the lower-right corner of the main section with a blur radius of 10 pixels?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

What type of computer transfers information upon request to other computers?

A) server B) client C) http D) protocol

Computer Science & Information Technology