PivotDataSourceXmlaFilterDescriptorFactory
Methods
Add(System.String)
The full path to the tuple member. For example "[Geography].[City]".
Parameters
field - System.String
The full path to the tuple member.
Example
.Filter(f =>f.Add("[Geography].[City]").StartsWith("Alb"))