<?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: Using Slicer filter to filter a matrix way to calculate in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714498#M35403</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;,&amp;nbsp;didn't worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My structure is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1 - COD_CTRY with only a Column with all the European countries plus one entry called Europe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2 - TBL_Values with two columns Country and Values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I filter the COD_CTRY in the slicer for example "Austria" the data should be the value for Austria, and when i remove the filters so the slicer has "All" the Europe value should appear, and you solution always shows the Europe value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry i had to re-arrange the tables.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 17:16:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-10T17:16:24Z</dc:date>
    <item>
      <title>Using Slicer filter to filter a matrix way to calculate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714021#M35375</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help with i have a table with data and a column called "country" - that has all european country plus one entry called "Europe".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i need to know is if there's a way to when on the slicer I select "ALL" the calculations on the table shows the values of "Europe", instead of the summarization of all countries plus the Europe row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 13:16:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714021#M35375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-10T13:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Slicer filter to filter a matrix way to calculate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714061#M35379</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(isfiltered(table[country]), count(Table[Value]), calculate(count(Table[Value]), filter(Table, Table[country] ="Europe")))&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 13:42:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714061#M35379</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-10T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Slicer filter to filter a matrix way to calculate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714498#M35403</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;,&amp;nbsp;didn't worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My structure is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1 - COD_CTRY with only a Column with all the European countries plus one entry called Europe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2 - TBL_Values with two columns Country and Values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I filter the COD_CTRY in the slicer for example "Austria" the data should be the value for Austria, and when i remove the filters so the slicer has "All" the Europe value should appear, and you solution always shows the Europe value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry i had to re-arrange the tables.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 17:16:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Slicer-filter-to-filter-a-matrix-way-to-calculate/m-p/1714498#M35403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-10T17:16:24Z</dc:date>
    </item>
  </channel>
</rss>

