Applies to:Kyvos Enterprise Kyvos Azure Marketplace
Kyvos AWS Marketplace Kyvos Free (
Info
Kyvos supports naming semantic model entities in the ENTITY_ format, such as DIMENSION_, DIM_, and MEASURE_, and so on.
Change the solve order if the expression needs to be calculated for use in another expression.
If this is a simple calculation, leave the solve order as the default choice. For complex calculations, you can set the solve order to any number from 0 to N. An expression with a lower solve order will be evaluated prior to an expression with a higher solve order.
For example:
A=B+C (is Expr1)
C=D+E (is Expr2)
The solve order for Expr2 must be smaller than Expr1.