Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
This is my expression:
=sum({1<Month={$(vMaxDate)}>} [Subscriber Count])
vMaxDate has a value (a date).
when I filter by regular selection I see a value under the next expression: =sum([Subscriber Count])
but I'm trying the set analysis to fix this calculation to the max Date and I get 0.
why can it be?
Thanks,
Boris
the value of the variable is right. so the peek is correct
doesn't work
there is no data on the 12/1/2013 - unless its due to demo data?
Try this demo, it is full with data, with 2 objects, one with regular selection and one with the set analysis.
try this:
=sum({<Month={"=$(=Date(Max(Month)))"}>} [Subscriber Count])
Hi,
Use this expression, you are using wrong variable.
=sum({1<Month={'$(vMaxMonth)'}>}[Subscriber Count])
Regards,
Jagan.
Sorry, Thanks!
haha plus 1 - Didnt see that