Overview - Calculated tables
What is it?
Calculated tables are tables created by formulas inside Power BI using DAX language. They are not imported from external data but generated dynamically based on existing data or logic. These tables update automatically when the data model changes. They help create new views or summaries without changing the original data.
Why it matters
Calculated tables solve the problem of needing new data structures without going back to the source or changing raw data. Without them, users would have to prepare data outside Power BI or duplicate data manually. This makes reports less flexible and slower to update. Calculated tables enable fast, flexible data modeling inside Power BI, improving insights and decision-making.
Where it fits
Before learning calculated tables, you should understand basic Power BI concepts like importing data, relationships, and simple DAX measures. After mastering calculated tables, you can explore advanced data modeling techniques, such as calculated columns, row-level security, and complex DAX functions.