mdx
How to filter a scorecard using the MDX filter expression programmatically?
I have a scorecard which I would like to filter the data using MDX filter expressions. I have got the MDX filter expression which consists of a filter applied on 2 columns, but I am just missing the l[详细]
2023-03-28 13:35 分类:问答MDX - Filter on measure value?
I want to write an MDX expression that uses a measure value in the WHERE statement. For example: suppose I want to show the income from sold products in stores in different cities, but I only want t[详细]
2023-03-28 05:28 分类:问答MDX for calculating measure given equality of 2 member attributes from 2 different dimensions
I have the following structure of measures and dimensions, and some example data Fact Table: id_dim1 id_dim2 id_dim ...measure1[详细]
2023-03-27 18:24 分类:问答Percentage Calculation on MDX
Im new to MDX Query and I\'m trying to add a percentage on attended percentage in each row.The following code :[详细]
2023-03-27 06:30 分类:问答How to get current row value in a WITH MEMBER calculation MDX?
I would like to calculate a Measure based o开发者_如何学Pythonn the current row. Problem is I can\'t find a way to get the current row in a WITH MEMBER part.[详细]
2023-03-26 20:35 分类:问答How to get first level data members after apply filter in third level (Mondrian MDX)
I am having a dimension named PERIOD with three levels YEAR, QUARTER and MONTH. I have filtered out third level data as follows:[详细]
2023-03-24 17:46 分类:问答Summing up multiple MDX queries in SSAS
i need to SUM the results of multiple queries. the challenge that i have is that each query has defined members (to calculate a date range)[详细]
2023-03-23 04:44 分类:问答How to retain expand/collapse with custom MDX in PerformancePoint
When creating a dashboard in PerformancePoint Services (PPS), I often resort to custom MDX in a number of areas:[详细]
2023-03-22 03:07 分类:问答SSAS: programmatically & permanently create calculated member
I\'m trying to permanently create a ca开发者_高级运维lculated dimension member using a MDX ADOMD command from C# code.[详细]
2023-03-21 15:36 分类:问答Convert MDX query result into relational format
I have a SQL stored proc that uses a linked server and Openquery to execute a MDX query.The result returned from the MDX query is in the format of:[详细]
2023-03-21 02:15 分类:问答