Table of Contents

Enum SecurityFilteringBehavior

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Indicates how relationships influence filtering of data when evaluating row-level security expressions. The enumeration defines the possible behaviors.

public enum SecurityFilteringBehavior
Extension Methods

Fields

Name Description
BothDirections

Filters on either end of the relationship will automatically filter the other table.

None

Blocks RLS filter propagation from the One side to the Many side of a table relationship. This only applies to limited relationships in which at least one table is from a Power BI semantic model or Analysis Services database and the other table is from a different data source.

This value is only supported when the compatibility level of the database is at 1561 or above.

OneDirection

The rows selected in the 'To' end of the relationship will automatically filter scans of the table in the 'From' end of the relationship.