I am entering a GETPIVOTDATA formula in a table that I would like to refer to the value in another table column
The following formula works for SKU 100007
=GETPIVOTDATA("[Measures].[DAILY DEMAND NEXT 8 WEEKS]",'PLANNED ORDERS'!$B$3,"[PlannedOrders].[SKU]","[PlannedOrders].[SKU].&[100007]")
The SKU is what I would like to replace with the value from the [Parent Item] column
The following returns a #REF error
=GETPIVOTDATA("[Measures].[DAILY DEMAND NEXT 8 WEEKS]",'PLANNED ORDERS'!$B$3,"[PlannedOrders].[SKU]","[PlannedOrders].[SKU].&[@[Parent Item]]")
Any help is much appreciated!
The following formula works for SKU 100007
=GETPIVOTDATA("[Measures].[DAILY DEMAND NEXT 8 WEEKS]",'PLANNED ORDERS'!$B$3,"[PlannedOrders].[SKU]","[PlannedOrders].[SKU].&[100007]")
The SKU is what I would like to replace with the value from the [Parent Item] column
The following returns a #REF error
=GETPIVOTDATA("[Measures].[DAILY DEMAND NEXT 8 WEEKS]",'PLANNED ORDERS'!$B$3,"[PlannedOrders].[SKU]","[PlannedOrders].[SKU].&[@[Parent Item]]")
Any help is much appreciated!