Skip to content

Commit eda8067

Browse files
committed
added fact only option and description
1 parent 3f151bf commit eda8067

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sml-reference/row-security.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@ Supported values:
146146
multi-dimension-only queries do have security applied because they are
147147
joined using a synthetic measure from the fact table that relates
148148
them.
149+
- `fact-only`: Security is applied when a query selects a Measure or a
150+
Calculated Measure derived from the connected Fact dataset.
151+
Security is *not* applied when a dim-only query uses the secured Fact dataset.
152+
Security is *not* applied when a dim-only query selects a
153+
degenerate dimension derived from the secured Fact dataset.
154+
If a Model contains a Security dimension used inside of a
155+
Dimension and it’s scope is set to “Fact Only”.
156+
> ###Then the model fails to publish with the error message:
157+
> - Dimension “Customer” has an unsupported Security dimension configuration.
158+
> - Security Dimension “mySecDim” has scope “Fact Only” but is not connected to a fact dataset.
149159
- `all`: The security constraint is applied to all queries, unless there
150160
is no path to the security dimension. This is the case with two
151161
separate fact tables, each with their own unrelated dimensions.

0 commit comments

Comments
 (0)