Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
Catalog | The Analysis Services catalog to use. This may also be known as a Database from within Analysis Services. |
CustomHeaders | Other headers as determined by the user (optional). |
ExposeMemberKeys | Determines if each level should be converted into a measure, allowing calculations to be performed on the measure. |
ExpressionInDescription | Set this to true to report expressions as part of the description on measure columns. |
ExtraProperties | Additional properties to submit on each MDX request to Microsoft SQL Server Analysis Services. |
IncludeJoinColumns | Set this to true to include extra join columns on each table. |
MaxRows | Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses. |
Other | These hidden properties are used only in specific use cases. |
ResponseRowLimit | The number of response rows to allow before erroring. Set to 0 for no limit. |
ShowHiddenEntities | Set this to true to include hidden dimensions, measures and levels. |
SplitMeasures | Set this to true to split Measures table into individual tables. |
SplitMeasuresOn | Use this property in conjunction with SplitMeasures to set the priority for how measures should be organized into tables. |
Timeout | The value in seconds until the timeout error is thrown, canceling the operation. |
UseMDX | Set this to true to pass MDX queries to Microsoft SQL Server Analysis Services as-is. |
UserDefinedViews | A filepath pointing to the JSON configuration file containing your custom views. |