{"id":1836,"date":"2026-09-01T11:58:21","date_gmt":"2026-09-01T11:58:21","guid":{"rendered":"https:\/\/entri.app\/explore\/?post_type=curriculum&#038;p=1836"},"modified":"2026-09-01T12:10:34","modified_gmt":"2026-09-01T12:10:34","slug":"dax-calculated-table","status":"publish","type":"curriculum","link":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/","title":{"rendered":"DAX Calculated Table"},"content":{"rendered":"<h2><strong><b>What is a Calculated Table in DAX?<\/b><\/strong><\/h2>\n<p>A Calculated Table is an entirely new table generated by a DAX expression, rather than loaded from an external data source. It&#8217;s often used to build helper or summary tables \u2014 such as a custom date table or a disconnected table for what-if parameters \u2014 directly inside the Power BI data model.<\/p>\n<h2><strong><b>Calculated Table vs. Calculated Column<\/b><\/strong><\/h2>\n<p>A calculated column is a new column computed row-by-row and stored inside an existing table, while a calculated table generates an entirely new table object in the model \u2014 the two solve different problems even though both are defined with DAX.<\/p>\n<h2><strong><b>Common Functions Used to Build a Calculated Table<\/b><\/strong><\/h2>\n<ul>\n<li><b><\/b><strong><b>CALENDAR() \/ CALENDARAUTO(): <\/b><\/strong>generates a continuous range of dates, often the starting point for a custom Date table.<\/li>\n<li><b><\/b><strong><b>UNION(): <\/b><\/strong>stacks rows from two or more tables with matching structures into one table.<\/li>\n<li><b><\/b><strong><b>SUMMARIZE(): <\/b><\/strong>creates a grouped summary table from an existing table, similar to a Group By.<\/li>\n<li><b><\/b><strong><b>DISTINCT(): <\/b><\/strong>returns a one-column table of unique values from a column.<\/li>\n<li><b><\/b><strong><b>GENERATESERIES(): <\/b><\/strong>produces a table of sequential numbers, useful for what-if parameters.<\/li>\n<\/ul>\n<h2><strong><b>When to Use a Calculated Table<\/b><\/strong><\/h2>\n<ul>\n<li>Building a dedicated Date table when no date dimension exists in the source data.<\/li>\n<li>Creating a disconnected table to power a what-if parameter slicer<\/li>\n<li>Producing a small lookup or summary table without going back to Power Query<\/li>\n<\/ul>\n<h2><strong><b>How to Create a Calculated Table in DAX (Power BI)<\/b><\/strong><\/h2>\n<p>This 5-step tutorial creates a simple calculated Date table using CALENDAR(), the most common real-world use of a DAX calculated table.<\/p>\n<h3><strong><b>Prerequisites<\/b><\/strong><\/h3>\n<ul>\n<li>Power BI Desktop open with at least one table already loaded<\/li>\n<li>A rough idea of the date range your data covers<\/li>\n<\/ul>\n<h3><strong><b>Steps<\/b><\/strong><\/h3>\n<ul>\n<li><b><\/b><strong><b> Open the Modeling tab: <\/b><\/strong>Select New Table from the ribbon (works from any view).<\/li>\n<li><b><\/b><strong><b> Name the table and write the expression: <\/b><\/strong>Date Table = CALENDAR(DATE(2023,1,1), DATE(2026,12,31)).<\/li>\n<li><b><\/b><strong><b> Confirm creation: <\/b><\/strong>Press Enter \u2014 the new table appears in the Fields pane like any loaded table.<\/li>\n<li><b><\/b><strong><b> Mark it as the official date table: <\/b><\/strong>Go to Model View \u2192 right-click the table \u2192 Mark as Date Table, then choose the date column.<\/li>\n<li><b><\/b><strong><b> Build relationships if needed: <\/b><\/strong>Drag the date column onto the matching date field in your fact table to connect it.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is a Calculated Table in DAX? A Calculated Table is an entirely new table generated by a DAX expression, rather than loaded from an external data source. It&#8217;s often used to build helper or summary tables \u2014 such as a custom date table or a disconnected table for what-if parameters \u2014 directly inside the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"template":"","meta":{"_acf_changed":false},"curriculum-category":[101,91],"custom_linking_tags":[],"class_list":["post-1836","curriculum","type-curriculum","status-publish","hentry","curriculum-category-power-bi-dax","curriculum-category-power-bi-tutorials"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DAX Calculated Table - Entri Free Materials<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DAX Calculated Table - Entri Free Materials\" \/>\n<meta property=\"og:description\" content=\"What is a Calculated Table in DAX? A Calculated Table is an entirely new table generated by a DAX expression, rather than loaded from an external data source. It&#8217;s often used to build helper or summary tables \u2014 such as a custom date table or a disconnected table for what-if parameters \u2014 directly inside the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Free Materials\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T12:10:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/\",\"url\":\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/\",\"name\":\"DAX Calculated Table - Entri Free Materials\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/explore\/#website\"},\"datePublished\":\"2026-09-01T11:58:21+00:00\",\"dateModified\":\"2026-09-01T12:10:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/explore\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DAX Calculated Table\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/explore\/#website\",\"url\":\"https:\/\/entri.app\/explore\/\",\"name\":\"Entri Free Materials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/explore\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/explore\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/explore\/#organization\",\"name\":\"Entri Free Materials\",\"url\":\"https:\/\/entri.app\/explore\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/explore\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wp-cdn.entri.app\/explore\/2025\/03\/logo.svg\",\"contentUrl\":\"https:\/\/wp-cdn.entri.app\/explore\/2025\/03\/logo.svg\",\"caption\":\"Entri Free Materials\"},\"image\":{\"@id\":\"https:\/\/entri.app\/explore\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DAX Calculated Table - Entri Free Materials","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/","og_locale":"en_US","og_type":"article","og_title":"DAX Calculated Table - Entri Free Materials","og_description":"What is a Calculated Table in DAX? A Calculated Table is an entirely new table generated by a DAX expression, rather than loaded from an external data source. It&#8217;s often used to build helper or summary tables \u2014 such as a custom date table or a disconnected table for what-if parameters \u2014 directly inside the [&hellip;]","og_url":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/","og_site_name":"Entri Free Materials","article_modified_time":"2026-09-01T12:10:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/","url":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/","name":"DAX Calculated Table - Entri Free Materials","isPartOf":{"@id":"https:\/\/entri.app\/explore\/#website"},"datePublished":"2026-09-01T11:58:21+00:00","dateModified":"2026-09-01T12:10:34+00:00","breadcrumb":{"@id":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/explore\/power-bi\/dax-calculated-table\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/explore\/"},{"@type":"ListItem","position":2,"name":"DAX Calculated Table"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/explore\/#website","url":"https:\/\/entri.app\/explore\/","name":"Entri Free Materials","description":"","publisher":{"@id":"https:\/\/entri.app\/explore\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/explore\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/explore\/#organization","name":"Entri Free Materials","url":"https:\/\/entri.app\/explore\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/explore\/#\/schema\/logo\/image\/","url":"https:\/\/wp-cdn.entri.app\/explore\/2025\/03\/logo.svg","contentUrl":"https:\/\/wp-cdn.entri.app\/explore\/2025\/03\/logo.svg","caption":"Entri Free Materials"},"image":{"@id":"https:\/\/entri.app\/explore\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/curriculum\/1836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/curriculum"}],"about":[{"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/types\/curriculum"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/users\/2"}],"wp:attachment":[{"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/media?parent=1836"}],"wp:term":[{"taxonomy":"curriculum-category","embeddable":true,"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/curriculum-category?post=1836"},{"taxonomy":"custom_linking_tags","embeddable":true,"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/custom_linking_tags?post=1836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}