sql - Why does an aggregated calculated member yield the same result irrespective of the measures in the SELECT statement? -
sql - Why does an aggregated calculated member yield the same result irrespective of the measures in the SELECT statement? -
when create calculated fellow member using aggregate function why value in axis 0 (where measure selected) remain same, irrespective of whichever measure used.
definition of calculated member
with fellow member [date].year.x2010 aggregate( [date].year.&[2010] * {[client].[client number].&[000058]} , [measures].[claim of - count] ) select {[measures].[claim of - count], [measures].[incurred amount % of total of - avg]} on 0, {[date].[year].[x2010],[date].[year].[2010]} on 1 [aw cube] output
for regular fellow member output changes differnt measures, calculated member, doesn't.
the calculated value x2010 not depend on 'current' measures because explicitly saying utilize [claim of - count]. frankpi suggested removing measures formula should solve issue.
sql ssas mdx ssas-2012
Comments
Post a Comment