Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

The P04_18.xlsx file contains a single-table Data Model on a company's sales and a single blank worksheet. The goal is to create a pivot table

The P04_18.xlsx file contains a single-table Data Model on a company's sales and a single blank worksheet. The goal is to create a pivot table that shows the ratio of average revenue per transaction in the Charleston store to average revenue per transaction in all other stores combined, broken down by month:

Create the calculated columns RevenueCharleston:=[Revenue]*(Sales[Store]="Charleston") and RevenueOther:=[Revenue]*(Sales[Store]<>"Charleston"). Then create the measure Ratio1:=Average([RevenueCharleston])/Average([RevenueOther]) and use it in a pivot table, broken down by month. Round your answers to three decimal places, if necessary.

b. Modify the Data Model to get the desired ratios. Round your answers to three decimal places, if necessary.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Accounting questions