Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Worksheets
Pivot Table with Data Model Connection - getpivotdata reference issue
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Nirmalya Choudhury, post: 7427699"] 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 (Regarding)].&[United States]", "[v_rpt_ActivitySummary].[Note2]","[v_rpt_ActivitySummary].[Note2].&[Calls]", "[v_rpt_ActivitySummary].[Week]","[v_rpt_ActivitySummary].[Week].&[This Week]") When I try to change the item reference to certain cells in my output dashboard I get a #REF issue. e.g. =GETPIVOTDATA ("[Measures].[Count of Activity Type]",'DD View Pivots'!$A$3, "[v_rpt_ActivitySummary].[Area (Regarding)]",G$2 "[v_rpt_ActivitySummary].[Note2]",$C5, "[v_rpt_ActivitySummary].[Week]",$D7) will give me a #REF issue. I would like to change the Items in my arguments into cell references. Is there any way to fix this reference issue? Thanks, Nirmalya. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Worksheets
Pivot Table with Data Model Connection - getpivotdata reference issue
Top