In my fact table I have 2 dates - StartDate & EndDate.
When I create a cube these 2 columns will be in the fact dimension.
The end user will select a date in front end.
The user selected date is in variable @dtdate
I need to use MDX to retrieve only those rows where this date falls in the range.
ie. @dtdate between StartDate and EkndDate.
Please help me with the MDX query.
Thanks
Suga