views:

937

answers:

3

To all,

I have an Excel spreadsheet pivot table that is linked to an SSAS data source. The employee counts are aggregated and return the following values:

Row Label Count

North America 7
South America 2
Europe 5
Asia 1
Australia 3

Let's say the user modifies the South America Row to read "Antarctica" by accident, and then the spreadsheet is saved. Now we have the following:

Row Label Count

North America 7
Antarctica 2
Europe 5
Asia 1
Australia 3

Which we know is wrong. I refresh the data and the counts can change, but the row label remains "Antarctica" and does not change back to "South America". I've check a number of Excel Pivot table settings but to no avail.

Anyone able to solve this problem?

Thanks - Mr. Do

A: 

The overwritten row item can be refreshed by the following steps:

  • Drag the row field out of the pivot table.
  • Right click on the pivot table and select 'Refresh'.
  • Drag the row field back onto the pivot table.
Robert Mearns
Thanks for the reply Robert, but I am not seeing this type of behavior when I follow the above steps. When I drag the row field back onto the pivot table, the modified row label value is displayed.
Mr_Do
A: 

You can delete pivot table and create it anew
Not sure if this method is good enough for you :)

Sergey Volegov
Hi Sergey,We thought about that. Problem is that we want users to run reports on their own. If the report gets modified, it would be nice to have the report revert back to the original data values.
Mr_Do
A: 

Hi, set sorting on the row and set autosort(default). This should solve Your problem.