Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kyvos offers a Query Playground feature that enables you to browse semantic models using popular query languages, such as SQL and MDX. You can write and execute the queries directly without relying on a visualization layer or third-party tools. This makes it easier to extract data for downstream applications, validate data in a semantic model, or debug query performance. Additionally, users can export querying data in CSV and JSON format.

When a semantic model is selected, Kyvos Copilot assists users in writing MDX queries by auto-correcting the MDX expression based on the name and syntax of dimensions and measures. The history of the last 30 days is stored and can be filtered by category or custom text. You can also reuse previous inputs and outputs to create new expressions. To create new expressions, users can reuse previous inputs and outputs automatically by clicking the Use me option. Alternatively, they can manually fill in the input by clicking the Copy to Clipboard option and paste it into the Input Prompt box to regenerate the output. For more information on how to use Kyvos Copilot to create MDX expressions, see the Creating automated MDX expressions using Kyvos Copilot section. To navigate to Query Playground, click the Toolbox and select Utilities > Query Playground. The Query Playground page is displayed in a new window.

...

  • MDX: To write MDX queries, you need to select a semantic model. After selecting the semantic model, the dimensions and measures are displayed that are used for calculations.
    Kyvos Copilot assists you in writing MDX queries by auto-correcting expressions based on dimensions and measures. Using Kyvos Copilot, you can view:

    • The history of the last 30 days is stored and can be filtered by category or custom text.

    • Reuse previous inputs and outputs to create new expressions. To create new expressions, users can reuse previous inputs and outputs automatically by clicking the Use me option. Alternatively, they can manually fill in the input by clicking the Copy to Clipboard option and paste it into the Input Prompt box to regenerate the output. For more information on how to use Kyvos Copilot to create MDX expressions, see the Creating automated MDX expressions using Kyvos Copilot section.
      To use Kyvos Copilot with MDX queries, click the Ask Kyvos Copilot button located on the right-hand side of the page.

      Add-12.pngImage Added

      The Calculations using Kyvos Copilot dialog is displayed.

      KyvosCopilot.pngImage Added
  • SQL: To write SQL queries, selecting a semantic model is not mandatory as SQL queries run directly on the Query Engine. However, if you select a semantic model, you must write a query about it. After selecting a semantic model, the dimensions and measures are displayed. Expanding the dimensions or measures displays the columns used for calculations. To view the hierarchical details of a column, you need to hover over it. The details of the column will be displayed.

    Queryplayground_1.png

...

  1. Click the Toolbox and select Utilities > Query Playground. The Query Playground page is displayed in a new window.

    Queryplayground.png
  2. To execute a query, select one of the following:

    • Spark SQL: To execute SQL queries with or without selecting a semantic model, start typing your queries in the editor. As you enter text, suggested statements, functions, operators, and so on are displayed. Click an item to auto-fill it.
      The following image displays how to execute an SQL query without selecting a semantic model.

      image (39).png

      The following image displays how to execute an SQL query by selecting a semantic model.

      Queryplayground_2.png
    • MDX: To execute an MDX query, click the Select Semantic Model link. The Select Semantic Model dialog will appear. The semantic model's dimension and measure will be displayed in the left pane. Using the Kyvos Copilot, you can also create MDX expressions for calculated measures in semantical semantic models and Kyvos worksheets.

      KyvosCopilot.png

      For further details on how to use Kyvos Copilot for MDX queries, see the section Creating expression using Kyvos Copilot section.

      Queryplayground_3.png
  3. Click Execute. You will view a Preview of the executed query.

...

  • Query Status: Click the option to monitor the status of the query.

  • Clear Query: Click the option to cancel will clear the expression (query) editor and close the Preview section.

  • Open Semantic Model: Click the link to view the semantic model in detail. The semantic model will open in a new window.

  • Remove: Click the link to cancel remove the semantic model.

  • Export: Click the option to export the data to JSON or CSV format, as mentioned below.

...