<?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: REMOVEFILTERS not working with chiclet slicer referring to another table for urls in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259967#M120512</link>
    <description>&lt;P&gt;That should still work. What else appears under category in the matrix? Are any other filters being applied from other slicers ?&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 15:12:51 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2023-05-30T15:12:51Z</dc:date>
    <item>
      <title>REMOVEFILTERS not working with chiclet slicer referring to another table for urls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259804#M120498</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;REMOVEFILTERS is not working when used with a slicer which refers to another table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DAX formula which calculates the % distribution of USD Values for the selected owner within all owners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USD 2015 = &lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;[USD Value 2015]&lt;/SPAN&gt;&lt;SPAN&gt;)/(&lt;/SPAN&gt;&lt;SPAN&gt;calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;[USD Value 2015]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;[Owner]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So if i select an owner with a slicer, it will show the selected values % distribution within all Owners, not just the selected one (so Total is not 100%, but 'selected owner'/'all owners').&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;I have two data tables, 'Data' (the DAX command refers to this) and 'Logo'. On Data table I have the USD values per year per Owner, and on Logo table I have the Owners and url links:&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;The problem is, I want to use a Chiclet slicer, which uses the URLs from Logo table.&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;But if I filter on an owner, the dax command won't work, and it will show 100% everywhere. It's like the filtering is not working because the urls are taken from another table.&lt;/P&gt;&lt;img /&gt;&lt;DIV&gt;The two tables are connected through Owner field, by Many to one.&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;I tried to change the DAX to refer to logo table, but it still shows 100% for everything.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%GT 2015 = &lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(Data[USD Value 2015])/(&lt;/SPAN&gt;&lt;SPAN&gt;calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(Data[USD Value 2015]),&lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(Logo[Owner])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;Also tried to change Cross filtering direction to 'Both' but it still doesn't work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is there any way to make this DAX command work with Chiclet slicer?&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Many thanks in advance.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 May 2023 14:03:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259804#M120498</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-05-30T14:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVEFILTERS not working with chiclet slicer referring to another table for urls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259847#M120504</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;USD 2015 =
SUM ( Data[USD Value 2015] )
    / ( CALCULATE ( SUM ( Data[USD Value 2015] ), REMOVEFILTERS ( Logo ) ) )
&lt;/LI-CODE&gt;
&lt;P&gt;Make sure that you are using columns from the Logo table in your matrix as well as in the chiclet slicer.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 14:28:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259847#M120504</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-05-30T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVEFILTERS not working with chiclet slicer referring to another table for urls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259890#M120508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick answer. I've tried with that function but it still shows 100%.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use columns from Logo table in the matrix, since it only has 3 columns, Owner, Url and Sorting order. And in the matrix I'm using Category and USD Value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 14:46:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259890#M120508</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-05-30T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVEFILTERS not working with chiclet slicer referring to another table for urls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259967#M120512</link>
      <description>&lt;P&gt;That should still work. What else appears under category in the matrix? Are any other filters being applied from other slicers ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 15:12:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3259967#M120512</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-05-30T15:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVEFILTERS not working with chiclet slicer referring to another table for urls</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3261645#M120645</link>
      <description>&lt;P&gt;I've figured it out, there was probably a space in one of the Owner names in Logo table. After overwriting the names, it now works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVEFILTERS-not-working-with-chiclet-slicer-referring-to/m-p/3261645#M120645</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-05-31T10:32:04Z</dc:date>
    </item>
  </channel>
</rss>

