Hi Guys
I'm having issues feeding a named cell into the CUBEMEMBER formula. I would like the below to insert a named range iCurrentPeriod in the place of "11". Can you please advise?
=
I'm having issues feeding a named cell into the CUBEMEMBER formula. I would like the below to insert a named range iCurrentPeriod in the place of "11". Can you please advise?
Code:
=CUBEMEMBER("PowerPivot Data",{"[UTILIZATION SHEETS].[Period].&[11]","[Measures].[Sum of FTE]"},"ACTUALS")
=
Code:
=CUBEMEMBER("PowerPivot Data",{"[UTILIZATION SHEETS].[Period].&[[B]iCurrentPeriod[/B]]","[Measures].[Sum of FTE]"},"ACTUALS")