September 1, 2015 at 9:39 pm
I am using an Adventure works Cube with DimEmployee dimension. When I look at the data through browser, I can see as below.
-->All
---->Ken, Sanchez
------->Laura, Norman
------->Debbie, Borah
---------->Shawn, Mike
---------->Lacey, Rhonda
Now I want to know if there is a way I can pull data from middle of this hierarchy like,
------->Debbie, Borah
---------->Shawn, Mike
---------->Lacey, Rhonda
Thanks in advance.
September 3, 2015 at 7:42 pm
Are you looking at the data in Excel, or did you write an MDX query? It is possible to only show certain levels within that hierarchy, but it's not clear from your question if you're looking for the MDX or exactly what method you need to implement this with...
September 8, 2015 at 9:42 pm
Hi Martin, sorry for not making it clear. I am trying to see if it's possible through MDX or if you can tell me the steps in excel also it would be fine. I would highly prefer MDX though. I am searching for an answer of such but didn't find any over the internet.
Thanks in advance
September 8, 2015 at 10:15 pm
ilovedata (9/1/2015)
I am using an Adventure works Cube with DimEmployee dimension. When I look at the data through browser, I can see as below.-->All
---->Ken, Sanchez
------->Laura, Norman
------->Debbie, Borah
---------->Shawn, Mike
---------->Lacey, Rhonda
Now I want to know if there is a way I can pull data from middle of this hierarchy like,
------->Debbie, Borah
---------->Shawn, Mike
---------->Lacey, Rhonda
Thanks in advance.
Quick suggestion, use the Descendants function
😎
September 9, 2015 at 9:30 am
Also look at the Levels function, which allows you to return a specific level within a hierarchy. Combined with the Descendants function and assuming you know which levels you need to return, this should be good.
September 10, 2015 at 10:31 am
Thanks for the guidance, Once I am able to get the answer I will mark it as solution. it will be really helpful if you have a sample query by any chance.
September 10, 2015 at 10:39 am
ilovedata (9/10/2015)
Thanks for the guidance, Once I am able to get the answer I will mark it as solution. it will be really helpful if you have a sample query by any chance.
The best reference would be the official MDX documentation on MSDN, which also contains sample queries. Without knowing the structure of your cube and exactly what you're trying to do, we cannot really offer anything that will be closer than that.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply