I am running Excel 2016. I have been using powerpivot for over a year -- adding around 8,000 rows to the data model using "paste append" once a quarter. Today, when I tried adding additional rows, I got the following error. Note: I also tried creating a
new excel file with a new data model and got the same error when I tried using the "paste append" function.
Please help!!
============================
Error Message:
============================
The given key was not present in the dictionary.
Pasting data failed.
============================
Call Stack:
============================
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.AnalysisServices.BackEnd.PushedDataTable.ReorderColumns(Object[][] data, List1 oldColumnOrder, Dictionary2 columnOrderMap)
at Microsoft.AnalysisServices.BackEnd.PushedDataTableImplAmo.PushData(Dimension dimension, PushedDataSource pushedDataSource, PushedDataInfo pushedDataInfo, Dictionary`2 columnOrderMap)
at Microsoft.AnalysisServices.BackEnd.PushedDataTableImplAmo.PushData(DataModelingTable table, PushedDataSource pushedDataSource, PushedDataInfo pushedDataInfo, Dictionary`2 newColumnOrderMap)
at Microsoft.AnalysisServices.BackEnd.PushedDataTable.PasteAppendReplaceTable(DataModelingTable table, String htmlContent, Boolean useExcelFormat, Boolean firstRowAsHeaders, Dictionary`2 columnOrderMap, PushedDataInfo pushedDataInfo)
at Microsoft.AnalysisServices.BackEnd.PushedDataTable.PasteAppendReplaceTable(DataModelingTable table, String htmlContent, Boolean useExcelFormat, Boolean firstRowAsHeaders, Dictionary`2 columnOrderMap, PushedDataInfo pushedDataInfo)
at Microsoft.AnalysisServices.BackEnd.PushedDataTable.PasteAppendTable(DataModelingTable table, String htmlContent, Boolean useExcelFormat, Boolean firstRowAsHeaders, Dictionary`2 columnOrderMap)
at Microsoft.AnalysisServices.BackEnd.DataModelingSandbox.PasteAppendTable(DataModelingTable table, String htmlContent, Boolean useExcelFormat, Boolean firstRowAsHeaders, Dictionary`2 columnOrderMap)
at Microsoft.AnalysisServices.Common.SandboxEditor.PasteTable(String htmlContent, Boolean useExcelFormat, Boolean firstRowAsHeaders, Dictionary`2 columnOrderMap, DataModelingTable table)
at Microsoft.AnalysisServices.Common.SandboxEditor.PasteAppendClipboardData(String htmlContent, Boolean useExcelFormat)
============================