I Tried to create a calculated measure inn my SSAS cube with complex filters as the following:
([Measures].[Amount],[Scenarios].[Scenario Key].&[1],[AccountType],[AccountType].[Account Type].&[Bank],[AccountType].[Account Type].&[Cash],[AccountType].[Account Type].&[NotesReceivable],[JE Type].[JE Type].&[CI],[JE Type].[JE Type].&[NR])
I want to Get the summation of amount value which has:
- Scenario Key = 1
- Account Type IN ("Bank","Cash","NotesReceivable")
- JE Type IN ("CI","NR")
But i Get this measure as Null So can any one can help to solve this?