我试图在不同的行上获得两个不同的 topcount,猜我在某处想错了吗?
select{
([Measures].[Invoiced_DAm])
} on columns,
topcount(
[07 Prod].[Product_Descr].children
,10
,([Measures].[Invoiced_DAm], [19 Time].[Tr Year].&[2008])
),
topcount(
[07 Prod].[Product_Descr].children
,10
,([Measures].[Invoiced_DAm], [19 Time].[Tr Year].&[2009])
) on rows