June 26, 2026: Support for variables in semantic views (General availability)¶
You can now define variables in a semantic view to parameterize facts, dimensions, and metrics. Variables let you customize calculations at query time without changing the view definition.
Define variables when you create a semantic view using the VARIABLES clause in the
CREATE SEMANTIC VIEW command, or by adding a variables key in the
YAML specification. Provide variable values at query time using the
VARIABLES clause in the SEMANTIC_VIEW construct.
For more information, see Using variables in a semantic view.