...
Kyvos now supports browsing the ROLAP semantic models using both MDX and SQL.
For To use this , you need to first Raw Data Querying as Enablefeature, perform the following steps.
Set the following properties on MSSQL connection to work with it.
kyvos.connection.rawdata.enabled=true
kyvos.connection.defaultsqlengine=true
kyvos.connection.rawdata.supported.engines=MSSQL
kyvos.connection.sqlEngineType = MSSQL
Spark Read Method=JDBC
Enable Raw Data Querying on the Define Semantics page in the Properties section, as shown below.
Anchor enable enable After designing the semantic model, you must run the Process Full Data job type and select the Metadata Only from the Data Processing Type Metadata list.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Important When you select the Metadata Only option, the system will populate the dimension metadata cache. User Queries will be submitted directly to the underlying data source. |
...