Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Kindly would you suggest what's wrong with this expression?
[Program Date] = {"<=$(date#(vSelectedDate, 'dd/MM/yyyy'))"}
Where vSelectedDate holds value as : 31 Jan 2013
Hi,
Try like this
Sum({<[Program Date] = {"<=$(=Date(date#(vSelectedDate, 'dd MMM yyyy')))"}>} Measure)
Please check whether the formats of date in [Program Date] and Date(date#(vSelectedDate, 'dd MMM yyyy')) are same. If both are same then the above expression works.
Hope this helps you.
Regards,
Jagan.