Hi, I wonder if you can helpI have created a Dynamic Named Set on the cube's Time dimension that returns the last six monthsCreate Dynamic Set CurrentCube.[Last 6 Months]As {Tail([Time].[Fiscal Time].[Month].members,6)},Display_Folder = 'Named Sets'; This works well unless I want to move the members returned down the timelineFor example creating a view in the BIDS browser with Month (from my Time dimension hierarchy) on the rows and the set as a Filter Expression works fine as the measure selected is returned for each of the previous six months from the default member on the Time dimensionIf I try to move the 'six months view' back one month the query failsI've tried adding a second time attribute using just Months, but without successAny ideas would be gratefully receivedThanks
↧