Forum Replies Created

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

  • Reply To: MDX Filter() for a calculated measure

    Sorry, this is urgent to me, therfore I have posted this issue in the MS Q&A-Forum

  • Reply To: MDX Filter() for a calculated measure

    A small step further on now, it is not the tuple itself.

    It gives back the correct value as you can see in measure [LogicalExprTuple].

    But this obviously does not work in...

  • Reply To: MDX Filter() for a calculated measure

    I guess, the problem lies in the tuple. By using fixed elements you retrieve a correct result for this case, i.g.

    Filter (

    [DATUM].[Kalender].[Datum].Members,

    [Measures].[Leistung]= (

    [DATUM].[Kalender].[Jahr].&[2021],

    [DATPKT].[Funktion].[Ebene 2].&[LG],

    [DATPKT].[Medium].[Medien].&[Erdgas],

    [Measures].[Leistung]

    )

    ).Item(0).Name

    But allready an incomplete repclacement with .CurrentMember...

    • This reply was modified 3 years, 1 month ago by  MatzeR.

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