Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a transaction table with several years of transactions.
I want to create a measure which equates to the total of transactions up to and including selected Year & month or Yearmonth, e.g. 201006 = June 2010.
Can anyone help please
Thanks
Bismart,
Try something like this...
sum({$<Year=,Month=,Quarter=,MonthYear={"<=$(#=max(MonthYear))"}>} Amount)
Regards.
Bismart,
Try something like this...
sum({$<Year=,Month=,Quarter=,MonthYear={"<=$(#=max(MonthYear))"}>} Amount)
Regards.
Thanks Karl
Just what I was looking for
regards