572
社区成员




select count(Distinct RoomID) from DimRoom where RoomID>0 and Type <>1
[DimRoom].[RoomID_Type层级].[0].Children.Count
得出的是所有房间数,无论维度怎么变换,不能得出相应维度的房间数。。。继续求高人指点。。。DistinctCount({[DimRoom].[RoomID].Members,[DimRoom][RoomID_Type层级][Type].&[0]})
DistinctCount(filter([DimRoom].[RoomID].Members,[Measures].[Type]<>0))