Hi,
I'm trying to achieve a list of my best selling product based on criteria from Slicers selections.
I made a Named Range of all my Slicers ("Slicers1") that applies CUBESET to each slicer name.
Ive then created a Sort of top selling tours by doing this formula in cell $Z$2:
=CUBESET("ThisWorkbookDataModel",
"[ToursTable].[Tour Description].children",
"Tour Description",
2,
"[Measures].[Sum of Pax]")
Then I wanted to start my list by doing this:
=CUBERANKEDMEMBER("ThisWorkbookDataModel",$Z$2,ROW(A1))
I was hoping i could have made it:
=CUBERANKEDMEMBER("ThisWorkbookDataModel",$Z$2,ROW(A1),Slicers1)
but it doesnt work.
Any advice?
Thanks
Chris
I'm trying to achieve a list of my best selling product based on criteria from Slicers selections.
I made a Named Range of all my Slicers ("Slicers1") that applies CUBESET to each slicer name.
Ive then created a Sort of top selling tours by doing this formula in cell $Z$2:
=CUBESET("ThisWorkbookDataModel",
"[ToursTable].[Tour Description].children",
"Tour Description",
2,
"[Measures].[Sum of Pax]")
Then I wanted to start my list by doing this:
=CUBERANKEDMEMBER("ThisWorkbookDataModel",$Z$2,ROW(A1))
I was hoping i could have made it:
=CUBERANKEDMEMBER("ThisWorkbookDataModel",$Z$2,ROW(A1),Slicers1)
but it doesnt work.
Any advice?
Thanks
Chris