I'm trying to attach this MDX query to a time Dimension.
Code: Select all
{FILTER( {TM1SUBSETALL( [Time] )}, [Time].[Month] <> "")}
Error Forming Tuple Expression
I've tried to copy the expression into the window, I've tried recording a similar expression, and I've tried using a process to attach the expression. All methods give me the same error.
The dimension has an alternate Hierarchy for YTD rollups, could this be causing it?
Thanks for any Insight.