sql server - QTD MDX calculated value displaying differently on SSRS than SSAS -
i have created ssas cube in sql 2005 , included calculated members mtd, qtd ytd.
with qtd measure want total on 3 months of quarter, not up-to-date value.
now when browse cube number qtd measure correct (total of 3 months of quarter) irrespective of month of quater pass parameter, report pulls data cube shows up-to-date value not total of 3 months. i.e. report gives me correct value when select last month of quarter. report displays sales targets (committments) way. wonder why report showing different values calculated field compared cube? below expression used calculate total on months of quarter.
sum(qtd([dimtime].[hierarchy].parent),[measures].[commitment])
please help.
thanks, lungisa dotye
after struggling decided clear data grid, removing cube fields report data or query. added them 1 one keeping track of cube values , noticed data matches what's on cube browser until when added field details number of days each month of quarter. field added behavior of data changed, think ssrs automatically drills down quarter-to-date level , disregarding targets upcoming months of quarter. decided create calculated field "number of days" on report level , exclude query fields. , solved problem.
i know may not effective solution worked.
thanks, lungisa dotye
Comments
Post a Comment