Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sml-reference/row-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ Supported values:
multi-dimension-only queries do have security applied because they are
joined using a synthetic measure from the fact table that relates
them.
- `fact-only`: Security is applied when a query selects a Measure or a
Calculated Measure derived from the connected Fact dataset.
Security is *not* applied when a dim-only query uses the secured Fact dataset.
Security is *not* applied when a dim-only query selects a
degenerate dimension derived from the secured Fact dataset.
If a Model contains a Security dimension used inside of a
Dimension and it’s scope is set to “Fact Only”.
> ### Then the model fails to publish with the error message:
> - Dimension “Customer” has an unsupported Security dimension configuration.
> - Security Dimension “mySecDim” has scope “Fact Only” but is not connected to a fact dataset.
- `all`: The security constraint is applied to all queries, unless there
is no path to the security dimension. This is the case with two
separate fact tables, each with their own unrelated dimensions.
Expand Down