Just started to explore MDX. Can anyone help me to get below result.
Looking to build a MDX query which gives same out as below SQL query
select max(date),min(date) from Fiscal_calendar
Where : 1. Fiscal_Calendar is dimension in cube 2. date is the attribute