I have a pivot table that is connected to a data model as the data source for the pivot table. The data model is connected to a SQL Server.
I am using the data in the pivot table to populate a dashboard where I am using the getpivotdata function.
The problem with getpivotdata I am facing is that the arguments in the getpivotdata are referencing the data table in the data model
e.g.
=GETPIVOTDATA ("[Measures].[Count of Activity Type]",'DD View Pivots'!$A$3,
"[v_rpt_ActivitySummary].[Area (Regarding)]","[v_rpt_ActivitySummary].[Area...
Read more
I am using the data in the pivot table to populate a dashboard where I am using the getpivotdata function.
The problem with getpivotdata I am facing is that the arguments in the getpivotdata are referencing the data table in the data model
e.g.
=GETPIVOTDATA ("[Measures].[Count of Activity Type]",'DD View Pivots'!$A$3,
"[v_rpt_ActivitySummary].[Area (Regarding)]","[v_rpt_ActivitySummary].[Area...
Read more