Difference in MDX

  • Hi,
    Thanks for looking at this.
     I am confused between when to use WITH SET and WITH MEMBER while querying cube in MDX on SQL Server? Please explain in basic way.
    TIA!

  • WITH SET returns a set of data, i.e. a combination of dimension attributes and/or measures. 

    WITH MEMBER returns one value (usually a calculated measure), meaning one aggregated or distinct value based on the defined calculation/logic.

Viewing 2 posts - 1 through 1 (of 1 total)

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