business intelligence - DAX equivalent for MDX Calculated Member -


We have an SSAS 2012 logistic model in our disposal, which we are reporting with the Taj. Currently, we have the dimension [content] with a feature [content]. What are we trying to implement in the custom grouping of department attributes, make members of the computation of MADX. For example:

  create a member [content]. [Department] [AB] as AGGREGATE ({[physical]. [Department]. [And], [content]. [Department]. & Amp; [B]})  

We have tried to add a calculated member [ab] to the hierarchy [physical]. [Department] In this makeup with MDX expression:

  AGGREGATE ({[Material]. [Department] [A], [content]. [Department]. [And] / Code> 

At the design time, the expression is confirmed, but when we get that error in our report to the member, we ask that the members who compute this kind of MDX in DX Not supported.

Is anyone aware of the equivalent and how should we work on this MDX member? Use

I think your DAAP measurement looks like this:

<> > >
( Html>

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -