I have a fairly simple pivotable, produced by adding the data to the Data Model and then Powerpivot to display (this is critical as the problem is not apparent in a simple Pivotable), laid out in tablular format. Someone (me!) has typed text over the information provided in one cell in one of the columns created by the 'Rows' of the field list and I can't revert to the correct text. However the pivotable shows the correct data in the values area so it knows to what the row refers. It's as if it has applied a pseudonym to the data coming from the source.
Does anyone know how to get it to show the correct information. I've tried removing the particular row, refreshing, and then renewing it, but with no success.
For example (apologies for layout, but I can't do otherwise on a work computer), three columns and one value:
produces this Pivotable (using PowerPivot) where you can see that the text in Column3 against the 220 rows should be 'Plates' but is 'aaaaa', I need to revert to 'Plates':
Grateful for any suggestions.
Regards
Does anyone know how to get it to show the correct information. I've tried removing the particular row, refreshing, and then renewing it, but with no success.
For example (apologies for layout, but I can't do otherwise on a work computer), three columns and one value:
column1 | column2 | column3 | value |
a | 200 | Cups | 1 |
a | 210 | Saucers | 2 |
a | 220 | Plates | 3 |
a | 230 | Medals | 4 |
b | 200 | Cups | 1 |
b | 210 | Saucers | 2 |
b | 220 | Plates | 3 |
b | 230 | Medals | 4 |
e | 310 | knives | 1 |
e | 320 | Forks | 2 |
e | 330 | Spoons | 3 |
e | 340 | Napkins | 4 |
produces this Pivotable (using PowerPivot) where you can see that the text in Column3 against the 220 rows should be 'Plates' but is 'aaaaa', I need to revert to 'Plates':
column1 | column2 | column3 | Sum of value |
a | 200 | Cups | 1 |
210 | Saucers | 2 | |
220 | aaaaa | 3 | |
230 | Medals | 4 | |
b | 200 | Cups | 1 |
210 | Saucers | 2 | |
220 | aaaaa | 3 | |
230 | Medals | 4 | |
e | 310 | knives | 1 |
320 | Forks | 2 | |
330 | Spoons | 3 | |
340 | Napkins | 4 |
Grateful for any suggestions.
Regards