Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we use calculated dimensions in set analysis?
What exactly are you trying to do? Would you be able to elaborate with an example?
Hi Vikas.
I think it depends on the Calc you are trying to do.
Something like the following will work:
SUM({<Year={$(=Max(Year)}>} Sales)
Many thanks
Kingsley
I have Year as a dimension and a calculated dimension which has 'cohort participant' and 'non cohort participant', and there is a single measure for them, now for each year i want to show two measures one for the 'cohort participant' and one for the 'non cohort participant' corresponding to each year.
but i can not apply conditions in set analysis on this calculated dimension. Is there a way i can do so
Hi.
Please can you show me your calculation.
Sounds like you need AGGR()
From what you are saying, it should be possible, but I am not sure what you have to give you the exact syntax