Hi
I have a dimension as so:
I have a subset containg two elements from different levels:
If I now use this expression to read the subset via REST:
api/v1/Dimensions('TEST')/Hierarchies('TEST')/Subsets('Default')/Elements
...I get this:
'Level' is the level within the dimension, not the level within the subset. How can I retrieve the element level within the subset? Possible?
/R
REST API: Subset - element level
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: REST API: Subset - element level
You can't get the "level" of an element WRT a subset because the concept does not exist. Subsets are merely a collection of specific elements. They don't have a hierarchy, only dimensions do.