I have a workbook with two data connections containing three slicers connected to four different pivot tables, but neither the slicers nor the pivot tables are updated on "refresh all". I will explain what I've been able to deduct so far:
I have two data connections to SharePoint, one adding a table to the data model with the contents of a SharePoint list and the other adding a Taxonomy table to the data model with the different ID's for the possible field selections of the lists with their friendly names.
In the table with the data from the SharePoint list I have added three calculated columns with the "lookupvalue" function in order to get the friendly names from the taxonomy table.
The three calculated columns have been added as slicers connected to the pivot tables.
When I "Refresh All" data connections, the slicers and pivot tables are NOT updated. However, if I only refresh the data source with the SharePoint list (thus refreshing the table containing the three calculated columns) the slicers and pivot tables ARE updated.
The strange thing is that if I enter the data model (by clicking on "manage" in the powerpivot ribbon), I can see that the calculated column has indeed been updated when I have clicked "refresh all", but it is as if it hasn't carried throught to the workbook.
As a side note, I have the same issue regardless if I do the data connection refresh from the Excel workbook, the PowerPivot window or via VBA macro: when I do "refresh all" the slicers and pivot tables are not updated, but if I only refresh the one data connection they are.
Also as a second side note, if I remove the slicers from the workbook, the pivot tables do refresh when I do a "refresh all".
Please help!
I have two data connections to SharePoint, one adding a table to the data model with the contents of a SharePoint list and the other adding a Taxonomy table to the data model with the different ID's for the possible field selections of the lists with their friendly names.
In the table with the data from the SharePoint list I have added three calculated columns with the "lookupvalue" function in order to get the friendly names from the taxonomy table.
The three calculated columns have been added as slicers connected to the pivot tables.
When I "Refresh All" data connections, the slicers and pivot tables are NOT updated. However, if I only refresh the data source with the SharePoint list (thus refreshing the table containing the three calculated columns) the slicers and pivot tables ARE updated.
The strange thing is that if I enter the data model (by clicking on "manage" in the powerpivot ribbon), I can see that the calculated column has indeed been updated when I have clicked "refresh all", but it is as if it hasn't carried throught to the workbook.
As a side note, I have the same issue regardless if I do the data connection refresh from the Excel workbook, the PowerPivot window or via VBA macro: when I do "refresh all" the slicers and pivot tables are not updated, but if I only refresh the one data connection they are.
Also as a second side note, if I remove the slicers from the workbook, the pivot tables do refresh when I do a "refresh all".
Please help!