Skip to main content

SHOW

Preview Feature

Comment Script is a preview feature and is only available in the DAX Studio preview build. Its syntax and behavior may change before the final release.

SHOW displays model analysis or opens a DAX Studio tool window.

Syntax

--> SHOW DEPENDENCIES
--> SHOW LAST_UPDATED
--> SHOW MAX_UPDATED
--> SHOW DIAGRAM
--> SHOW METRICS
--> SHOW DELTA
VariantBehavior
DEPENDENCIESAnalyzes the batch DAX without executing it and displays its recursive object dependencies
LAST_UPDATEDDisplays model objects and their last schema-modified timestamps
MAX_UPDATEDDisplays only the object branches containing the most recent modification
DIAGRAMOpens the Model Diagram; batch DAX filters it to referenced tables without executing the query
METRICSOpens the VertiPaq Analyzer view
DELTAOpens Delta Analyzer for a Direct Lake model; Delta Analyzer must also be enabled in Preview options

Only DEPENDENCIES and DIAGRAM consume the DAX in their batch. The other variants ignore the DAX, allowing a query in the same batch to run normally.

--> SHOW DEPENDENCIES

EVALUATE
SUMMARIZECOLUMNS ( 'Date'[Year], "Sales", [Total Sales] )

Dependency results include model measures, columns, tables, model functions, and called query-scoped functions. LAST_UPDATED and MAX_UPDATED use TMSCHEMA_* metadata and skip groups that are unavailable on the connected model.