NamedExpression.ParameterValuesColumn Property

Definition

Client tools apply filters to this column using M parameter. The presence of this property indicates model owner allows Dax queries to override this parameter, and columns data type must match the type specified in the meta tag of the parameter..

public Microsoft.AnalysisServices.Tabular.Column ParameterValuesColumn { get; set; }
member this.ParameterValuesColumn : Microsoft.AnalysisServices.Tabular.Column with get, set
Public Property ParameterValuesColumn As Column

Property Value

Remarks

This property is only supported when the compatibility level of the database is at 1545 or above.

Applies to