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.
mdx中的“过滤功能”可以有多个搜索条件吗?
如果可能的话我该怎么放
[措施].[x] > 0 和 [措施].[y] = 0
在过滤器(设置表达式,搜索条件)
是的,我发现它可以添加。我不知道我之前尝试了什么,但没有奏效。
过滤功能看起来像这样
过滤器(设置表达式,[Measures.[x] > 0 和Measures.[y] = 0)