Hi
I use PivotGrid v2016.1) with MS
SSAS (v2014) cube.
In my cube I created several calculated members, (one named EAC)
on dimension named Category.
When I’m using this dimension in PivotGrid as a column PivotGrid doesn’t
show any calculated members, but only dimension child members.
PivotGrid generates this MDX query:
SELECT NON EMPTY {[Category].[Category].[All],[Category].[Category].[All].Children} DIMENSION PROPERTIESCHILDREN_CARDINALITY, PARENT_UNIQUE_NAME ON COLUMNS FROM [SDCOE] WHERE ([Measures].[Value Cost])<br>Filter in PivotConfigurator is able to see all dimension members, children and calculated as wel. But when I explicitly specify Category members in filter to include in query than PivotGrid returns all members but NOT calculated.
PivotGrid generates this MDX query:
<p>SELECT NON EMPTY {[Category].[Category].[All],[Category].[Category].[All].Children} DIMENSION PROPERTIESCHILDREN_CARDINALITY, PARENT_UNIQUE_NAME ON COLUMNS FROM (SELECT ({[Category].[Category].&[1],[Category].[Category].[All].[EAC]}) ON 0 FROM [SDCOE]) WHERE ([Measures].[Value Cost])</p><p></p>Does it mean PivotGrid does't support dimension calculated members?