I am new to MDX queries and have an MDX query that runs fine:Select[Measures].[Total Patients Waiting] on columns,CrossJoin({[ReportDate].[ReportDate].[Report Date].&[20140401]},{[Facility].[Facility].ALLMEMBERS}) on rowsFrom WaitTimeEWLThe data updates periodically (currently maximum date is 20140701) and I would like to select the maximum date. Any suggestions would be appreciated.
↧