Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Semantic models can now be used in a tabular way, providing flexibility for analysis. This flexibility allows you to utilize any column as a dimension or measure and apply various summary functions independently of the design of the semantic model.

There are two ways to use the semantic model in a tabular way:

  • On the Quick Data Modeling page, click Single Table Semantic Model to process the semantic model with minimal input by selecting the required table. With a single table semantic model feature, the Kyvos compute cluster for processing the semantic model and raw data querying is enabled automatically.

  • Design and process the semantic model manually through the Kyvos semantic model designer. For this, complete the following prerequisites:

    • Enable Kyvos Compute Processing at the application level. If the default compute cluster type at the application level is External, the kyvos.process.compute.type advanced semantic property must be set to Kyvos compute. During Kyvos deployment, you can configure or set the default Compute Cluster type as Kyvos Native. If this was not configured during deployment, it can be updated later through the Kyvos Manager on the Compute Cluster page.

    • Enable raw data querying on the semantic model. If the option to enable raw data querying is not visible in the semantic model properties, it may not be enabled at the application level. To enable this feature:

      1. Navigate to the Kyvos Properties page from Kyvos Manager.

      2. Search for the RAW_DATA_QUERYING_ENABLED property.

      3. Set the property's value to true.

Note

Kyvos does not allow raw data querying when the semantic model includes Has Alternate Paths, Has Parent-Child Relation, and Custom Rollup Settings. As a result, the value of the Raw Data Querying property cannot be modified.

  • No labels