SSAS Filter field not working

  • In the attached image we can see the Cube structure, Item Dimension, Hierarchies used in Item Dim,attribute relationship defined in Item dim+ the data in browser.

    While browsing data and applying filter at the filter field we are not getting the appropriate result.

    Note :

    Amt Cat : Amt at the Item Category level (using calculated measure shown below)

    iif(isempty([Measures].[AMT])=true, null,([Measures].[AMT],ancestor([Item].[Items].CurrentMember,[Item].[Items].[Item Category])))

    Amt Grp : Amt at Item Group level (using calculated measure shown below)

    iif(isempty([Measures].[AMT])=true, null,([Measures].[AMT],ancestor([Item].[Items].CurrentMember,[Item].[Items].[Item Group])))

    But by applying the filter at filter expression we get the required result and even by modifying the attribute relationship as shown above we get the appropriate result.

    Can anyone explain why is this happening so ?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply