GetPivotData Function

Copper Contributor

Hi All,

 

I'm trying to wrap my head around a GetPivotData function that is being used so I can modify it, and I can't seem to figure out how.  The following GetPivotData function is being used in a sheet.

 

=GETPIVOTDATA("[Measures].[Total Inter Taken]",'Calls by Day MTD'!$A$4,"[Time].[Time Zone-Time]","[Time].[Time Zone-Time].[DATE].&[3]&["&YEAR($D7)&"]&["&TEXT($D7,"YYYYMMDD")&"]")

 

In cell D7, there is a date and this formula will take that date, look at the pivot located at A4 on the sheet "Calls by Day MTD", look for the date in the Pivot, and send back the value in the column Total Inter Taken.

 

I want to change it from the date to a time, so instead of 1/1/2019, it will be 12:00 AM in D7 and the pivot will have time instead of dates in the rows.

 

The GetPivotData function looks nothing like how any of the websites I've tried to google are using it. 

0 Replies