<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I don't understand filter propagation. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4879291#M185919</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1260099" data-lia-user-login="notofrugo90" class="lia-mention lia-mention-user"&gt;notofrugo90&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Thanks for reaching out to the Microsoft fabric community forum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;  , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 05:20:35 GMT</pubDate>
    <dc:creator>v-menakakota</dc:creator>
    <dc:date>2025-11-19T05:20:35Z</dc:date>
    <item>
      <title>I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4875677#M185824</link>
      <description>&lt;P&gt;Please disregard what I want to achieve here. My question is purely about technial part of DAX and relationships in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is about this strange behavior of DAX which I don't understand. My measure should simply count rows in DIM_VENDING_MACHINE and somehow values returned by this measure are affected by DIM_CUSTOMER. Why? I should get exactly the same number in each row of that table since filter cannot be propagated from DIM_CUSTOMER to DIM_VENDING_MACHINE because of the filter direction between DIM_VENDING_MACHINE and FAC_SALES_VENDING.&lt;/P&gt;&lt;P&gt;I have already achieved what I wanted. I just don't understand this behavior I noticed. And I like to understand how things work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 14:17:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4875677#M185824</guid>
      <dc:creator>notofrugo90</dc:creator>
      <dc:date>2025-11-14T14:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4875816#M185825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1260099" data-lia-user-login="notofrugo90" class="lia-mention lia-mention-user"&gt;notofrugo90&lt;/a&gt;,&amp;nbsp;is the "Customer Number" you're using in the table from your Dim_Customer or your "Fact_Sales_Vending"? If it's from your Dim_Customer the other dimension should not impact the count in any way. If the column is from your fact table it makes sense though, since your fact table is filtered by Dim_Vending_Machine, so the countrows gets evaluated on each row that can be found in the current filter context in your fact table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 16:51:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4875816#M185825</guid>
      <dc:creator>KarinSzilagyi</dc:creator>
      <dc:date>2025-11-14T16:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4875986#M185831</link>
      <description>&lt;P&gt;"Follow the arrows."&amp;nbsp; Can you get there from here?&amp;nbsp; In your case you cannot get from the Customer dimension to the Vending Machine dimension, as the arrows don't cooperate.&amp;nbsp; So Power BI is giving you a fake result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case you would need to use the Fact table and Filter transfer (via TREATAS for example) to calculate how many vending machines each customer has used in their purchases.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 21:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4875986#M185831</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-11-14T21:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4879291#M185919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1260099" data-lia-user-login="notofrugo90" class="lia-mention lia-mention-user"&gt;notofrugo90&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Thanks for reaching out to the Microsoft fabric community forum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;  , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 05:20:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4879291#M185919</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-11-19T05:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4883433#M186009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1260099" data-lia-user-login="notofrugo90" class="lia-mention lia-mention-user"&gt;notofrugo90&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 04:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/4883433#M186009</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-11-24T04:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5150380#M187749</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean by "fake results"? It should not affect&amp;nbsp;the result per customer. Why is COUNTROWS(&lt;SPAN&gt;DIM_VENDING_MACHINE) being affected by&amp;nbsp;DIM_CUSTOMER? Can you elaborate&amp;nbsp;on this please?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 20:15:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5150380#M187749</guid>
      <dc:creator>juan_pablo</dc:creator>
      <dc:date>2026-04-15T20:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5150458#M187751</link>
      <description>&lt;P&gt;You will get all vending machines for all customers, regardless of the filter choice on DIM_Customer if you use the dimension column.&amp;nbsp; If you use the fact column you get a meaningful result&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 22:40:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5150458#M187751</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-04-15T22:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5152788#M187774</link>
      <description>&lt;P&gt;But the question of&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1260099" data-lia-user-login="notofrugo90" class="lia-mention lia-mention-user"&gt;notofrugo90&lt;/a&gt;&amp;nbsp;and mine is, why does the &lt;STRONG&gt;measure&lt;/STRONG&gt; COUNTROWS(DIM_Vending_Machine) IS affected by the values of CUSTOMER_NUMBER in the&amp;nbsp;DIM_CUSTOMER table as he is showing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the example you attached you changed the measure and the columns used, so it's a completely different model that doesn't apply for the original question.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 18:05:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5152788#M187774</guid>
      <dc:creator>juan_pablo</dc:creator>
      <dc:date>2026-04-17T18:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5152852#M187775</link>
      <description>&lt;P&gt;I cannot reproduce your results&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 21:42:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5152852#M187775</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-04-17T21:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: I don't understand filter propagation.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5153907#M187778</link>
      <description>&lt;P&gt;Me neither because this was&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1260099" data-lia-user-login="notofrugo90" class="lia-mention lia-mention-user"&gt;notofrugo90&lt;/a&gt;&amp;nbsp;question, but you can try help me with my post that doesn't has an answer already:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/REMOVEFILTERS-and-filter-propagation-Puzzle/m-p/5151708#M1465012" target="_blank"&gt;Re: REMOVEFILTERS and filter propagation Puzzle - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 02:30:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-understand-filter-propagation/m-p/5153907#M187778</guid>
      <dc:creator>juan_pablo</dc:creator>
      <dc:date>2026-04-20T02:30:30Z</dc:date>
    </item>
  </channel>
</rss>

