Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SSAS 多维数据集中有没有办法通过更改维度结构来排除维度属性中的成员?我想要一个不使用透视图的解决方案。
例子:
California - Los Angeles - Sacremento - San Francisco
假设在上面的层次结构中,我想排除萨克雷门托。有没有办法通过改变维度结构来排除这个成员和其他成员,或者是使用透视图的唯一可能性?
有3种可能:
编写排除维度成员的特定 MDX 查询,例如
除外([州].成员,[州].[萨克拉门托])