-1
如何消除MDX中列明智空值?MDX:如何消除列明智空值
WITH MEMBER [ReportName] AS [DimReport].[Report Key].CurrentMember.Member_Caption
MEMBER [ReportKey] AS [DimReport].[Report Key].CurrentMember.UniqueName
MEMBER [ReportWiseLatestDate] AS TAIL(NonEmpty([DimAnchorDate].[Date Key].[Date Key],[Measures].[DrPatientKeyCnt]),1).Item(0).MemberValue
SELECT
{[ReportName],[ReportKey],[ReportWiseLatestDate]} ON COLUMNS,
{[DimReport].[Report Key].[Report Key]} ON ROWS
FROM
[PopulationReportCube]
(調升)點上回答 – whytheq