📄️ Tabular Configuration
Overview of the YAML files that configure a Tabular model (configuration, model, measures, templates, roles, format strings) and key configuration settings.
📄️ Tabular Model
Understand the Tabular model as a semantic layer defined in model.yaml, built from tables containing references, columns, and measures over your data source.
📄️ Tabular Table
Define Tabular tables with properties like Name, SourceTable, SourceSchema, TableType, Description, roles, references, and columns, with basic and advanced examples.
📄️ Tabular Column
Define Tabular columns with source column, data type, and options like Classification, FormatString, IsHidden, IsKey, IsUnique, and OrderByColumn.
📄️ Tabular Reference
Define relationships between Tabular tables using the References section, including bidirectional relationships via the MultiDirectionalFilter option.
📄️ Tabular Measure
Define DAX measures in a Tabular model with options like Expression, ExpressionFile, FormatString, DisplayFolder, FormerName, IsHidden, and DerivedMeasures.
📄️ Data Types
Reference list of common RDBMS data types used in Tabular column definitions, including varchar, int, decimal, date, and datetime, with examples.