{"id":1910,"date":"2026-09-04T12:26:19","date_gmt":"2026-09-04T12:26:19","guid":{"rendered":"https:\/\/entri.app\/explore\/?post_type=curriculum&#038;p=1910"},"modified":"2026-09-04T12:26:38","modified_gmt":"2026-09-04T12:26:38","slug":"cross-filter-direction-in-power-bi","status":"publish","type":"curriculum","link":"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/","title":{"rendered":"Cross Filter Direction in Power BI"},"content":{"rendered":"<h2>What Is Cross Filter Direction in Power BI?<\/h2>\n<p>Cross filter direction in Power BI controls which way filters travel along a relationship between two tables. Set to Single, filters flow from the &#8216;one&#8217; side (dimension) to the &#8216;many&#8217; side (fact) only. Set to Both, filters flow in both directions \u2014 useful in specific scenarios but carrying performance and ambiguity risks if overused.<\/p>\n<h2>Single vs. Both Cross Filter Direction<\/h2>\n<ul>\n<li><b><\/b><strong><b>Single (default and recommended): <\/b><\/strong>Filters propagate from dimension to fact only. When a user selects &#8216;Electronics&#8217; in a Product slicer, the Sales table is filtered but the Product table is not filtered by Sales. Standard star schema behavior.<\/li>\n<li><b><\/b><strong><b>Both (bi-directional): <\/b><\/strong>Filters flow in both directions. Selecting a value in the fact table can also filter the dimension. Useful for many-to-many relationships and scenarios where a slicer should show only relevant dimension values.<\/li>\n<\/ul>\n<h2>When to Use Bi-Directional Cross Filtering<\/h2>\n<ul>\n<li><b><\/b><strong><b>Many-to-many relationships: <\/b><\/strong>Direct many-to-many often requires Both for correct filter propagation.<\/li>\n<li><b><\/b><strong><b>Showing only relevant dimension values: <\/b><\/strong>If a Product slicer should hide products with zero sales, bi-directional filtering achieves this.<\/li>\n<li><b><\/b><strong><b>Multiple fact tables sharing a dimension: <\/b><\/strong>Selections in one fact table can filter the shared dimension and, through it, the other fact table.<\/li>\n<\/ul>\n<h2>Risks of Bi-Directional Filtering<\/h2>\n<ul>\n<li><b><\/b><strong><b>Performance: <\/b><\/strong>More filter paths to evaluate \u2014 can slow queries on large models.<\/li>\n<li><b><\/b><strong><b>Ambiguity: <\/b><\/strong>Multiple bi-directional relationships can create circular filter paths.<\/li>\n<li><strong><b>DAX alternative: <\/b><\/strong>CROSSFILTER() can temporarily change filter direction for a specific measure, avoiding permanent Both.<\/li>\n<\/ul>\n<h2>How to Set and Use Cross Filter Direction in Power BI<\/h2>\n<p>This tutorial shows how to configure cross filter direction, when to use Single vs. Both, and how to use CROSSFILTER() in DAX. About 4 steps.<\/p>\n<h2>Prerequisites<\/h2>\n<ul>\n<li>Power BI Desktop with at least two related tables<\/li>\n<li>An existing relationship (e.g., Products to Sales)<\/li>\n<\/ul>\n<h2>Step-by-Step<\/h2>\n<p><strong><b>Step 1 \u2014 Open relationship properties. <\/b><\/strong>In Model View, double-click the relationship line.<\/p>\n<p><strong><b>Step 2 \u2014 Check the current direction. <\/b><\/strong>Look at the Cross filter direction dropdown. Defaults to Single for one-to-many.<\/p>\n<p>[Screenshot: Edit Relationship dialog with Cross filter direction dropdown highlighted]<\/p>\n<p><strong><b>Step 3 \u2014 Change to Both (if needed). <\/b><\/strong>Select Both and click OK. Test a slicer \u2014 it will now show only products with matching Sales rows.<\/p>\n<p><strong><b>Step 4 \u2014 Use CROSSFILTER() in DAX instead. <\/b><\/strong>Keep the relationship as Single and write: Products With Sales = CALCULATE(DISTINCTCOUNT(Products[ProductName]), CROSSFILTER(Sales[ProductID], Products[ProductID], Both))<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What Is Cross Filter Direction in Power BI? Cross filter direction in Power BI controls which way filters travel along a relationship between two tables. Set to Single, filters flow from the &#8216;one&#8217; side (dimension) to the &#8216;many&#8217; side (fact) only. Set to Both, filters flow in both directions \u2014 useful in specific scenarios but [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"template":"","meta":{"_acf_changed":false},"curriculum-category":[90,109,91],"custom_linking_tags":[],"class_list":["post-1910","curriculum","type-curriculum","status-publish","hentry","curriculum-category-power-bi","curriculum-category-data-modeling-in-power-bi","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>Cross Filter Direction in Power BI - 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\/cross-filter-direction-in-power-bi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cross Filter Direction in Power BI - Entri Free Materials\" \/>\n<meta property=\"og:description\" content=\"What Is Cross Filter Direction in Power BI? Cross filter direction in Power BI controls which way filters travel along a relationship between two tables. Set to Single, filters flow from the &#8216;one&#8217; side (dimension) to the &#8216;many&#8217; side (fact) only. Set to Both, filters flow in both directions \u2014 useful in specific scenarios but [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Free Materials\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-04T12:26:38+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\/cross-filter-direction-in-power-bi\/\",\"url\":\"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/\",\"name\":\"Cross Filter Direction in Power BI - Entri Free Materials\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/explore\/#website\"},\"datePublished\":\"2026-09-04T12:26:19+00:00\",\"dateModified\":\"2026-09-04T12:26:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/explore\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cross Filter Direction in Power BI\"}]},{\"@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":"Cross Filter Direction in Power BI - 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\/cross-filter-direction-in-power-bi\/","og_locale":"en_US","og_type":"article","og_title":"Cross Filter Direction in Power BI - Entri Free Materials","og_description":"What Is Cross Filter Direction in Power BI? Cross filter direction in Power BI controls which way filters travel along a relationship between two tables. Set to Single, filters flow from the &#8216;one&#8217; side (dimension) to the &#8216;many&#8217; side (fact) only. Set to Both, filters flow in both directions \u2014 useful in specific scenarios but [&hellip;]","og_url":"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/","og_site_name":"Entri Free Materials","article_modified_time":"2026-09-04T12:26:38+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\/cross-filter-direction-in-power-bi\/","url":"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/","name":"Cross Filter Direction in Power BI - Entri Free Materials","isPartOf":{"@id":"https:\/\/entri.app\/explore\/#website"},"datePublished":"2026-09-04T12:26:19+00:00","dateModified":"2026-09-04T12:26:38+00:00","breadcrumb":{"@id":"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/explore\/power-bi\/cross-filter-direction-in-power-bi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/explore\/"},{"@type":"ListItem","position":2,"name":"Cross Filter Direction in Power BI"}]},{"@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\/1910","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=1910"}],"wp:term":[{"taxonomy":"curriculum-category","embeddable":true,"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/curriculum-category?post=1910"},{"taxonomy":"custom_linking_tags","embeddable":true,"href":"https:\/\/entri.app\/explore\/wp-json\/wp\/v2\/custom_linking_tags?post=1910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}