![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello All, I am desperately trying to get a sum of certain transactions since the effective date of a prior market value. I have an accounts dimension with capital calls and market value I have a time dimension I have a fact dimension with USDamount and effectivedate The following works when I hard code it sum( filter( crossjoin( {[time].[day].members}, {[account].[capital call]} ), [measures].effectivedate > cdate("3/31/2003")), USDAmount) HOWEVER when I want to the effective date of the last Market Value it shows no error in the calculated member builder by it returns ERR sum( filter( crossjoin( {[time].[day].members}, {[account].[capital call]} ), [measures].effectivedate > cdate(([Account].[Last Market Value], [Measures].[Effectivedate]))), USDAmount) If I leave the "cdate" out, I get an answer back, but its not at all what I would expect. Any suggestions? Thanks Eric |
![]() |
| Thread Tools | |
| Display Modes | |
| |