<?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: ALLCROSSFILTERED but only from a select table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1392525#M25541</link>
    <description>By the way, why do you have to use ALLCROSSFILTERED? Why is it not enough to use ALLEXCEPT( FactTable, TheOneTableYouWantToKeepFiltersOn)?</description>
    <pubDate>Thu, 24 Sep 2020 09:16:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-24T09:16:31Z</dc:date>
    <item>
      <title>ALLCROSSFILTERED but only from a select table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1390944#M25497</link>
      <description>&lt;P&gt;I have a few calculated measures on a table with relationships with several tables. I want those measures to ignore crossfiltering from one of those tables, but not the others. ALLCROSSFILTERED() seems to remove crossfiltering from ALL related tables. Is there a way to only apply that to select tables? Something that combines the functionalities of ALLCROSSFILTERED and ALLEXCEPT?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 17:31:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1390944#M25497</guid>
      <dc:creator>ashamsuzzoha</dc:creator>
      <dc:date>2020-09-23T17:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALLCROSSFILTERED but only from a select table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1390982#M25500</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="162310" data-lia-user-login="ashamsuzzoha" class="lia-mention lia-mention-user"&gt;ashamsuzzoha&lt;/a&gt;&amp;nbsp;If you use fact table inside ALL family functions then the filters from all the tables related with many to 1 relationships will also be removed, because of table expansion.&lt;BR /&gt;&lt;BR /&gt;use CALCULATE ([Measeure], ALLEXCEPT(Fact, Dimension1, DimensionN)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 18:02:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1390982#M25500</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-09-23T18:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALLCROSSFILTERED but only from a select table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1392518#M25540</link>
      <description>If something seems to be almost impossible to do, then it might be a strong indication that the model is not correct (in terms of structure and Best Practices). But to be able to tell what could be wrong with yours... there's not enough information.</description>
      <pubDate>Thu, 24 Sep 2020 09:14:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1392518#M25540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-24T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALLCROSSFILTERED but only from a select table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1392525#M25541</link>
      <description>By the way, why do you have to use ALLCROSSFILTERED? Why is it not enough to use ALLEXCEPT( FactTable, TheOneTableYouWantToKeepFiltersOn)?</description>
      <pubDate>Thu, 24 Sep 2020 09:16:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALLCROSSFILTERED-but-only-from-a-select-table/m-p/1392525#M25541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-24T09:16:31Z</dc:date>
    </item>
  </channel>
</rss>

