File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments