简体   繁体   English

从SSRS(MDX)筛选出成员

[英]Filter out a member from SSRS (MDX)

Ok, So I have a dim called Employee that has Employee_ID and the ID I am trying to filter out from the report table is &[12345] . 好的,所以我有一个名为Employee的暗表,它具有Employee_ID ,我尝试从报告表中过滤出的ID&[12345]

How would I go about filtering out a record for just that employee ID from my report table? 我将如何从报告表中仅过滤出该员工ID的记录?

您可以使用Except函数:

Except('a set that contains employees', {'the employee you want to exclude'})

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM