try:
Tail(
Filter(
[TIEMPO].CurrentMember.Children
,Val([Measures].CurrentMember) > 0
)
).Item(0)
myhhunt (AT) hotmail (DOT) com (Paul Rex) wrote in message news:<98350326.0309030536.4c032acb (AT) posting (DOT) google.com>...
Quote:
Please someone help,
Need to show (and sum up) only the last day per customer for all
measures. I've tried among others the
Tail(Filter([TIEMPO].CurrentMember.Children,(NOT
IsEmpty([Measures].CurrentMember)))).Item(0)
approach without results.
Has somebody got a clue? Thanks in advance. |