Versions Compared

Key

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

Applies to:Image RemovedKyvos Enterprise  Image RemovedKyvos Cloud (Managed Services on AWS)  Image RemovedKyvos Azure Marketplace

Image RemovedKyvos AWS Marketplace  Image RemovedKyvos Single Node Installation (Kyvos SNI)  Image RemovedKyvos Free (Limited offering for AWS)

...

Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)

...

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

Note

Kyvos supports naming semantic model entities in the the ENTITY_ format format, such as as DIMENSION_, DIM DIM_, and and MEASURE_, and so on.

Calculated measures are the expressions computed at run time to return values based on these expressions from the data stored in one or more measures. Kyvos supports MDX-based calculated measures.

Click thei icon next to the items in the Properties panel to learn more. 

To create an expression for a calculated measure, perform the following steps. 

  1. From the Toolbox area, select Semantic Models.

  2. Select a semantic model from the Semantic Models column, then click a measure from the Measures column, to view its properties.
    Or, add a measure if needed.

  3. Choose Expression and enter the default value of 0 for simple expressions or enter the solve order.
    Change the solve order if this expression needs to be calculated for use in another expression.

  4. Set the non-empty behavior to By ExpressionBy Measures, or By Measures Then Expression.

...

  1. If By Measure

...

  1.  or By Measures Then Expression is selected, select the measure used to evaluate the expression. Type in the Search box to quickly find a measure or click a checkbox to select a measure from the list.
    This option can improve query performance because the calculation is only done if the values used in it are not empty.

  2. Enter an expression that uses MDX Linear syntax.
    See Creating expressions

  3. As you enter text, suggested functions, semantic models, dimensions, members, and so on, are displayed. Click a name, then press Enter to use that item.

  4. Click the Functions tab to see additional details about the functions.

  5. Use the Undo and Redo icons as needed as you create your calculated expression. 

  6. To find or replace content, click the Find/Replace icon (next to Undo and Redo) and enter text to search.

  7. Select the Match Case icon (Aa) if needed.

  8. If you want to replace the found value, click the arrow to the left of Find, enter the text to replace, and specify whether to replace all occurrences.

  9. To delete the entry for that item, click the X at the end of the line.

  10. Click Validate to validate your criteria. 
    If you have made changes and don’t want to keep them, click Cancel.

  11. Click Save.

...

Related topics