Hi,
I am trying to define calculated member formula with below for Time dimension:
name:
[Time].[Last 7 Days]
caclulatedmember:
Aggregate(
[Time].[Day].DateMembersBetween(‘7 days ago’,‘today’)
)
it is almost the same with the samples in jira demo, but I got errors like below:
No Function matches signature ‘.DateMembersBetween(,)’
could you please let me know why the errors showing?
Thanks a lot
Best Regards
Annie Gao