带十进制数字的MDX过滤器功能

时间:2018-07-06 08:54:40

标签: ssas mdx

我正在尝试查询一个多维数据集并根据等于十进制的度量值过滤出维。但是,当我运行查询时,我似乎可以得到期望的十进制值。我正在运行的查询如下。

SELECT NON EMPTY {
FILTER (
 VISUALTOTALS({ {[Customer].[Customer Geography].[Country].&[Australia],[Customer].[Customer Geography].[Country].&[Canada],[Customer].[Customer Geography].[Country].&[France],[Customer].[Customer Geography].[Country].&[Germany],[Customer].[Customer Geography].[Country].&[United Kingdom],[Customer].[Customer Geography].[Country].&[United States]} })
,[Measures].[Average Sales Amount] >= 61.6484542253521)
 } dimension properties member_type ON ROWS , 
NON EMPTY {{[Measures].[Average Sales Amount]}} 
dimension properties member_type ON COLUMNS FROM [AdventureWorks].

Format_Value和Value是略有不同的值。我应该按format_value进行过滤。虽然这也不起作用

1 个答案:

答案 0 :(得分:0)

不需要按Format_Value进行过滤,仅在必要时使用Format_Value。