Current Week calculation -
06-21-2006
, 06:35 PM
Hello, I am trying to create "Current Week" member within an existing Week
dimension, but the following code does not filter data correctly. I would
really appreciated if someone can point me in the right direction. Thanks!
Tail(Filter([Weeks].[Week Name].Members,NOT
IsEmpty(([Weeks].CurrentMember,[Atlas Total Conversions]))),1).Item(0) |