Filtering by a subtotal of the measure

前端 未结 0 1431
南笙
南笙 2020-11-27 07:04

I have the following query in MDX:

SELECT {

    [Season].[Season].members *
    [Measures].[Wins]

} ON COLUMNS, {

    Filter([Team].[Name].[Name].members,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题