Calculated Tables
Last updated
Last updated
In Power BI, calculated tables allow you to create new tables in the data model by defining a table formula. Calculated tables create entirely new tables based on a formula or expression. This can be useful for aggregating or summarizing data in a way that is not easily achieved using the existing tables.
Table Name - Name of the calculated table created.
Is Hidden? - It clarifies whether a table is hidden or not.
Expression - Formulas which are written to define the logic to generate values for a new calculated table.
Column - Total count of columns created based on the DAX expression.
Hierarchies - Total number of hierarchies in the table
Measures - Total count of measures present in the calculated table.
Partitions - Total number of partitions
Annotations - Total number of annotations
Descriptions - Comments or notes explaining the purpose, structure, or usage of the calculated table.
Is Featured Table? - Displays if the table is set as featured in the semantic models.
Is Date Table? - (Yes/No) Tells if the table is a date table or not.